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

公開メンバ関数

 RsProtectParams2 ()
 
String getProtectionAccessToken ()
 
void setProtectionAccessToken (String protectionAccessToken)
 
String getOxdId ()
 
void setOxdId (String oxdId)
 
JsonNode getResources ()
 
void setResources (JsonNode resources)
 
Boolean getOverwrite ()
 
void setOverwrite (Boolean overwrite)
 
String toString ()
 

非公開変数類

String oxd_id
 
JsonNode resources
 
String protection_access_token
 
Boolean overwrite = false
 

詳解

著者
yuriyz

構築子と解体子

◆ RsProtectParams2()

org.xdi.oxd.client.RsProtectParams2.RsProtectParams2 ( )
inline
23  {
24  }

関数詳解

◆ getOverwrite()

Boolean org.xdi.oxd.client.RsProtectParams2.getOverwrite ( )
inline
50  {
51  return overwrite;
52  }
Boolean overwrite
Definition: RsProtectParams2.java:21

◆ getOxdId()

String org.xdi.oxd.client.RsProtectParams2.getOxdId ( )
inline

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

34  {
35  return oxd_id;
36  }
String oxd_id
Definition: RsProtectParams2.java:15

◆ getProtectionAccessToken()

String org.xdi.oxd.client.RsProtectParams2.getProtectionAccessToken ( )
inline

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

26  {
28  }
String protection_access_token
Definition: RsProtectParams2.java:19

◆ getResources()

JsonNode org.xdi.oxd.client.RsProtectParams2.getResources ( )
inline
42  {
43  return resources;
44  }
JsonNode resources
Definition: RsProtectParams2.java:17

◆ setOverwrite()

void org.xdi.oxd.client.RsProtectParams2.setOverwrite ( Boolean  overwrite)
inline
54  {
55  this.overwrite = overwrite;
56  }
Boolean overwrite
Definition: RsProtectParams2.java:21

◆ setOxdId()

void org.xdi.oxd.client.RsProtectParams2.setOxdId ( String  oxdId)
inline
38  {
39  this.oxd_id = oxdId;
40  }
String oxd_id
Definition: RsProtectParams2.java:15

◆ setProtectionAccessToken()

void org.xdi.oxd.client.RsProtectParams2.setProtectionAccessToken ( String  protectionAccessToken)
inline

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

30  {
31  this.protection_access_token = protectionAccessToken;
32  }
String protection_access_token
Definition: RsProtectParams2.java:19

◆ setResources()

void org.xdi.oxd.client.RsProtectParams2.setResources ( JsonNode  resources)
inline
46  {
47  this.resources = resources;
48  }
JsonNode resources
Definition: RsProtectParams2.java:17

◆ toString()

String org.xdi.oxd.client.RsProtectParams2.toString ( )
inline
59  {
60  final StringBuilder sb = new StringBuilder();
61  sb.append("RsProtectParams");
62  sb.append("{oxd_id='").append(oxd_id).append('\'');
63  sb.append(", resources=").append(resources);
64  sb.append(", protection_access_token=").append(protection_access_token);
65  sb.append(", overwrite=").append(overwrite);
66  sb.append('}');
67  return sb.toString();
68  }
String oxd_id
Definition: RsProtectParams2.java:15
Boolean overwrite
Definition: RsProtectParams2.java:21
JsonNode resources
Definition: RsProtectParams2.java:17
String protection_access_token
Definition: RsProtectParams2.java:19

メンバ詳解

◆ overwrite

Boolean org.xdi.oxd.client.RsProtectParams2.overwrite = false
private

◆ oxd_id

String org.xdi.oxd.client.RsProtectParams2.oxd_id
private

◆ protection_access_token

String org.xdi.oxd.client.RsProtectParams2.protection_access_token
private

◆ resources

JsonNode org.xdi.oxd.client.RsProtectParams2.resources
private

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