|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.fthpis.datatype.request.AuthInfo
| Field Summary | |
(package private) java.lang.String |
publisherID
|
(package private) java.lang.String |
value
|
| Constructor Summary | |
AuthInfo()
Constructs a new initialized authentication info. |
|
AuthInfo(java.lang.String auth,
java.lang.String id)
Constructs a new authentication info with the given access token. |
|
| Method Summary | |
java.lang.String |
getPublisherID()
Returns the value of the access token of this authentication info. |
java.lang.String |
getValue()
Returns the value of the access token of this authentication info. |
void |
setPublisherID(java.lang.String id)
Sets the access token of this authentication info. |
void |
setValue(java.lang.String newValue)
Sets the access token of this authentication info. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String value
java.lang.String publisherID
| Constructor Detail |
public AuthInfo()
public AuthInfo(java.lang.String auth,
java.lang.String id)
auth - The access token of the new authentication info.| Method Detail |
public void setValue(java.lang.String newValue)
newValue - The new value of the access token.public java.lang.String getValue()
public void setPublisherID(java.lang.String id)
public java.lang.String getPublisherID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||