public class ValidateTokenRequest 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="tokenId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tokenDigest" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nonce" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nonce |
protected long |
timestamp |
protected String |
tokenDigest |
protected String |
tokenId |
| Constructor and Description |
|---|
ValidateTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNonce()
Gets the value of the nonce property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getTokenDigest()
Gets the value of the tokenDigest property.
|
String |
getTokenId()
Gets the value of the tokenId property.
|
void |
setNonce(String value)
Sets the value of the nonce property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setTokenDigest(String value)
Sets the value of the tokenDigest property.
|
void |
setTokenId(String value)
Sets the value of the tokenId property.
|
protected String tokenId
protected String tokenDigest
protected String nonce
protected long timestamp
public String getTokenId()
Stringpublic void setTokenId(String value)
value - allowed object is
Stringpublic String getTokenDigest()
Stringpublic void setTokenDigest(String value)
value - allowed object is
Stringpublic String getNonce()
Stringpublic void setNonce(String value)
value - allowed object is
Stringpublic long getTimestamp()
public void setTimestamp(long value)
Copyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.