|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gliffy.api.client.jaxb.OauthTokenCredentials
public class OauthTokenCredentials
Contains the user token, if they have one.
Java class for oauth-token-credentials complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="oauth-token-credentials">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oauth-token" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="oauth-token-secret" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="create-date" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
createDate
|
protected java.lang.String |
oauthToken
|
protected java.lang.String |
oauthTokenSecret
|
| Constructor Summary | |
|---|---|
OauthTokenCredentials()
|
|
| Method Summary | |
|---|---|
long |
getCreateDate()
Gets the value of the createDate property. |
java.lang.String |
getOauthToken()
Gets the value of the oauthToken property. |
java.lang.String |
getOauthTokenSecret()
Gets the value of the oauthTokenSecret property. |
void |
setCreateDate(long value)
Sets the value of the createDate property. |
void |
setOauthToken(java.lang.String value)
Sets the value of the oauthToken property. |
void |
setOauthTokenSecret(java.lang.String value)
Sets the value of the oauthTokenSecret property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String oauthToken
protected java.lang.String oauthTokenSecret
protected long createDate
| Constructor Detail |
|---|
public OauthTokenCredentials()
| Method Detail |
|---|
public java.lang.String getOauthToken()
Stringpublic void setOauthToken(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOauthTokenSecret()
Stringpublic void setOauthTokenSecret(java.lang.String value)
value - allowed object is
Stringpublic long getCreateDate()
public void setCreateDate(long value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||