public final class OAuthTokenStatusResponse extends QTestBaseModel<OAuthTokenStatusResponse>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
OAuthTokenStatusResponse()
Creates
OAuthTokenStatusResponse instance. |
| Modifier and Type | Method and Description |
|---|---|
OAuthTokenStatusResponse |
clone() |
java.lang.Long |
getExpiration()
Obtains the expiration.
|
java.lang.Long |
getValidityInMilliseconds()
Obtains the validityInMilliseconds.
|
getBinaryFromInputStream, getLinks, getWebUrl, setLinks, setWebUrl, validateInputStream, withLinks, withWebUrlappendPropertiesTo, appendPropertiesTo, asDate, asDate, asInteger, asInteger, asLong, asLong, asString, asString, elementName, getProperties, getProperty, getPropertyMap, hasProperties, hasProperty, isVisible, jsonElementName, removeProperty, setPropertiesFrom, setProperty, toJson, toStringpublic OAuthTokenStatusResponse()
OAuthTokenStatusResponse instance.public java.lang.Long getExpiration()
public java.lang.Long getValidityInMilliseconds()
public OAuthTokenStatusResponse clone()
clone in class PropertyContainer