public class RefreshTokenStatusDetailsType
extends java.lang.Object
Java class for RefreshTokenStatusDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefreshTokenStatusDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RefreshTokenStatus" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="RefreshToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ImmutableID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
immutableID |
protected java.lang.String |
refreshToken |
protected java.math.BigInteger |
refreshTokenStatus |
Constructor and Description |
---|
RefreshTokenStatusDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImmutableID()
Gets the value of the immutableID property.
|
java.lang.String |
getRefreshToken()
Gets the value of the refreshToken property.
|
java.math.BigInteger |
getRefreshTokenStatus()
Gets the value of the refreshTokenStatus property.
|
void |
setImmutableID(java.lang.String value)
Sets the value of the immutableID property.
|
void |
setRefreshToken(java.lang.String value)
Sets the value of the refreshToken property.
|
void |
setRefreshTokenStatus(java.math.BigInteger value)
Sets the value of the refreshTokenStatus property.
|
protected java.math.BigInteger refreshTokenStatus
protected java.lang.String refreshToken
protected java.lang.String immutableID
public java.math.BigInteger getRefreshTokenStatus()
BigInteger
public void setRefreshTokenStatus(java.math.BigInteger value)
value
- the value
allowed object is
BigInteger
public java.lang.String getRefreshToken()
String
public void setRefreshToken(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getImmutableID()
String
public void setImmutableID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.