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

公開メンバ関数

 RpGetClaimsGatheringUrlResponse ()
 
String getUrl ()
 
void setUrl (String url)
 
String getState ()
 
void setState (String state)
 
String toString ()
 

非公開変数類

String url
 
String state
 

詳解

著者
Yuriy Zabrovarnyy
バージョン
0.9, 17/06/2016

構築子と解体子

◆ RpGetClaimsGatheringUrlResponse()

org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse.RpGetClaimsGatheringUrlResponse ( )
inline
17  {
18  }

関数詳解

◆ getState()

String org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse.getState ( )
inline
28  {
29  return state;
30  }
String state
Definition: RpGetClaimsGatheringUrlResponse.java:15

◆ getUrl()

String org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse.getUrl ( )
inline
20  {
21  return url;
22  }
String url
Definition: RpGetClaimsGatheringUrlResponse.java:13

◆ setState()

void org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse.setState ( String  state)
inline
32  {
33  this.state = state;
34  }
String state
Definition: RpGetClaimsGatheringUrlResponse.java:15

◆ setUrl()

void org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse.setUrl ( String  url)
inline
24  {
25  this.url = url;
26  }
String url
Definition: RpGetClaimsGatheringUrlResponse.java:13

◆ toString()

String org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse.toString ( )
inline
37  {
38  return "RpGetClaimsGatheringUrlResponse{" +
39  "url='" + url + '\'' +
40  "state='" + state + '\'' +
41  '}';
42  }
String url
Definition: RpGetClaimsGatheringUrlResponse.java:13
String state
Definition: RpGetClaimsGatheringUrlResponse.java:15

メンバ詳解

◆ state

String org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse.state
private

◆ url

String org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse.url
private

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