gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.xdi.oxd.common.params.RemoveSiteParams クラス
org.xdi.oxd.common.params.RemoveSiteParams の継承関係図
Inheritance graph
org.xdi.oxd.common.params.RemoveSiteParams 連携図
Collaboration graph

公開メンバ関数

 RemoveSiteParams ()
 
 RemoveSiteParams (String oxdId)
 
 RemoveSiteParams (String oxdId, String protectionAccessToken)
 
String getOxdId ()
 
void setOxdId (String oxdId)
 
String getProtectionAccessToken ()
 
void setProtectionAccessToken (String protectionAccessToken)
 
String toString ()
 

非公開変数類

String oxd_id
 
String protection_access_token
 

詳解

著者
yuriyz

構築子と解体子

◆ RemoveSiteParams() [1/3]

org.xdi.oxd.common.params.RemoveSiteParams.RemoveSiteParams ( )
inline
17  {
18  }

◆ RemoveSiteParams() [2/3]

org.xdi.oxd.common.params.RemoveSiteParams.RemoveSiteParams ( String  oxdId)
inline
20  {
21  this(oxdId, null);
22  }

◆ RemoveSiteParams() [3/3]

org.xdi.oxd.common.params.RemoveSiteParams.RemoveSiteParams ( String  oxdId,
String  protectionAccessToken 
)
inline
24  {
25  this.oxd_id = oxdId;
26  this.protection_access_token = protectionAccessToken;
27  }
String protection_access_token
Definition: RemoveSiteParams.java:15
String oxd_id
Definition: RemoveSiteParams.java:13

関数詳解

◆ getOxdId()

String org.xdi.oxd.common.params.RemoveSiteParams.getOxdId ( )
inline

org.xdi.oxd.common.params.HasOxdIdParamsを実装しています。

30  {
31  return oxd_id;
32  }
String oxd_id
Definition: RemoveSiteParams.java:13

◆ getProtectionAccessToken()

String org.xdi.oxd.common.params.RemoveSiteParams.getProtectionAccessToken ( )
inline

org.xdi.oxd.common.params.HasProtectionAccessTokenParamsを実装しています。

39  {
41  }
String protection_access_token
Definition: RemoveSiteParams.java:15

◆ setOxdId()

void org.xdi.oxd.common.params.RemoveSiteParams.setOxdId ( String  oxdId)
inline
34  {
35  this.oxd_id = oxdId;
36  }
String oxd_id
Definition: RemoveSiteParams.java:13

◆ setProtectionAccessToken()

void org.xdi.oxd.common.params.RemoveSiteParams.setProtectionAccessToken ( String  protectionAccessToken)
inline

org.xdi.oxd.common.params.HasProtectionAccessTokenParamsを実装しています。

43  {
44  this.protection_access_token = protectionAccessToken;
45  }
String protection_access_token
Definition: RemoveSiteParams.java:15

◆ toString()

String org.xdi.oxd.common.params.RemoveSiteParams.toString ( )
inline
48  {
49  return "RemoveSiteParams{" +
50  "oxd_id='" + oxd_id + '\'' +
51  ", protection_access_token='" + protection_access_token + '\'' +
52  '}';
53  }
String protection_access_token
Definition: RemoveSiteParams.java:15
String oxd_id
Definition: RemoveSiteParams.java:13

メンバ詳解

◆ oxd_id

String org.xdi.oxd.common.params.RemoveSiteParams.oxd_id
private

◆ protection_access_token

String org.xdi.oxd.common.params.RemoveSiteParams.protection_access_token
private

このクラス詳解は次のファイルから抽出されました: