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

公開メンバ関数

 RsProtectParams ()
 
String getProtectionAccessToken ()
 
void setProtectionAccessToken (String protectionAccessToken)
 
String getOxdId ()
 
void setOxdId (String oxdId)
 
List< RsResource > getResources ()
 
void setResources (List< RsResource > resources)
 
Boolean getOverwrite ()
 
void setOverwrite (Boolean overwrite)
 
String toString ()
 

非公開変数類

String oxd_id
 
List< RsResource > resources
 
String protection_access_token
 
Boolean overwrite = false
 

詳解

著者
Yuriy Zabrovarnyy
バージョン
0.9, 31/05/2016

構築子と解体子

◆ RsProtectParams()

org.xdi.oxd.common.params.RsProtectParams.RsProtectParams ( )
inline
26  {
27  }

関数詳解

◆ getOverwrite()

Boolean org.xdi.oxd.common.params.RsProtectParams.getOverwrite ( )
inline
53  {
54  return overwrite;
55  }
Boolean overwrite
Definition: RsProtectParams.java:24

◆ getOxdId()

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

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

37  {
38  return oxd_id;
39  }
String oxd_id
Definition: RsProtectParams.java:18

◆ getProtectionAccessToken()

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

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

29  {
31  }
String protection_access_token
Definition: RsProtectParams.java:22

◆ getResources()

List<RsResource> org.xdi.oxd.common.params.RsProtectParams.getResources ( )
inline
45  {
46  return resources;
47  }
List< RsResource > resources
Definition: RsProtectParams.java:20

◆ setOverwrite()

void org.xdi.oxd.common.params.RsProtectParams.setOverwrite ( Boolean  overwrite)
inline
57  {
58  this.overwrite = overwrite;
59  }
Boolean overwrite
Definition: RsProtectParams.java:24

◆ setOxdId()

void org.xdi.oxd.common.params.RsProtectParams.setOxdId ( String  oxdId)
inline
41  {
42  this.oxd_id = oxdId;
43  }
String oxd_id
Definition: RsProtectParams.java:18

◆ setProtectionAccessToken()

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

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

33  {
34  this.protection_access_token = protectionAccessToken;
35  }
String protection_access_token
Definition: RsProtectParams.java:22

◆ setResources()

void org.xdi.oxd.common.params.RsProtectParams.setResources ( List< RsResource >  resources)
inline
49  {
50  this.resources = resources;
51  }
List< RsResource > resources
Definition: RsProtectParams.java:20

◆ toString()

String org.xdi.oxd.common.params.RsProtectParams.toString ( )
inline
62  {
63  final StringBuilder sb = new StringBuilder();
64  sb.append("RsProtectParams");
65  sb.append("{oxd_id='").append(oxd_id).append('\'');
66  sb.append(", resources=").append(resources);
67  sb.append(", protection_access_token=").append(protection_access_token);
68  sb.append(", overwrite=").append(overwrite);
69  sb.append('}');
70  return sb.toString();
71  }
List< RsResource > resources
Definition: RsProtectParams.java:20
Boolean overwrite
Definition: RsProtectParams.java:24
String oxd_id
Definition: RsProtectParams.java:18
String protection_access_token
Definition: RsProtectParams.java:22

メンバ詳解

◆ overwrite

Boolean org.xdi.oxd.common.params.RsProtectParams.overwrite = false
private

◆ oxd_id

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

◆ protection_access_token

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

◆ resources

List<RsResource> org.xdi.oxd.common.params.RsProtectParams.resources
private

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