gluu
org
xdi
oxd
common
response
RsProtectResponse
公開メンバ関数
|
非公開変数類
|
全メンバ一覧
org.xdi.oxd.common.response.RsProtectResponse クラス
org.xdi.oxd.common.response.RsProtectResponse の継承関係図
org.xdi.oxd.common.response.RsProtectResponse 連携図
公開メンバ関数
RsProtectResponse
()
RsProtectResponse
(String
oxdId
)
String
getOxdId
()
void
setOxdId
(String
oxdId
)
非公開変数類
String
oxdId
詳解
著者
Yuriy Zabrovarnyy
バージョン
0.9, 31/05/2016
構築子と解体子
◆
RsProtectResponse()
[1/2]
org.xdi.oxd.common.response.RsProtectResponse.RsProtectResponse
(
)
inline
15
{
16
}
◆
RsProtectResponse()
[2/2]
org.xdi.oxd.common.response.RsProtectResponse.RsProtectResponse
(
String
oxdId
)
inline
18
{
19
this.
oxdId
=
oxdId
;
20
}
org.xdi.oxd.common.response.RsProtectResponse.oxdId
String oxdId
Definition:
RsProtectResponse.java:13
関数詳解
◆
getOxdId()
String org.xdi.oxd.common.response.RsProtectResponse.getOxdId
(
)
inline
22
{
23
return
oxdId
;
24
}
org.xdi.oxd.common.response.RsProtectResponse.oxdId
String oxdId
Definition:
RsProtectResponse.java:13
◆
setOxdId()
void org.xdi.oxd.common.response.RsProtectResponse.setOxdId
(
String
oxdId
)
inline
26
{
27
this.
oxdId
=
oxdId
;
28
}
org.xdi.oxd.common.response.RsProtectResponse.oxdId
String oxdId
Definition:
RsProtectResponse.java:13
メンバ詳解
◆
oxdId
String org.xdi.oxd.common.response.RsProtectResponse.oxdId
private
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxd/oxd-common/src/main/java/org/xdi/oxd/common/response/
RsProtectResponse.java
2018年09月30日(日) 14時46分48秒作成 - gluu / 構成:
1.8.13