public class ValidateTokenResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tokenValid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="signatureType" type="{http://getlime.io/security/powerauth}SignatureType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected Long |
applicationId |
protected SignatureType |
signatureType |
protected boolean |
tokenValid |
protected String |
userId |
| Constructor and Description |
|---|
ValidateTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
Long |
getApplicationId()
Gets the value of the applicationId property.
|
SignatureType |
getSignatureType()
Gets the value of the signatureType property.
|
String |
getUserId()
Gets the value of the userId property.
|
boolean |
isTokenValid()
Gets the value of the tokenValid property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setApplicationId(Long value)
Sets the value of the applicationId property.
|
void |
setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
setTokenValid(boolean value)
Sets the value of the tokenValid property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected boolean tokenValid
protected String activationId
protected String userId
protected Long applicationId
protected SignatureType signatureType
public boolean isTokenValid()
public void setTokenValid(boolean value)
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic Long getApplicationId()
Longpublic void setApplicationId(Long value)
value - allowed object is
Longpublic SignatureType getSignatureType()
SignatureTypepublic void setSignatureType(SignatureType value)
value - allowed object is
SignatureTypeCopyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.