Package io.getlime.powerauth.soap.v3
Class ValidateTokenRequest
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.ValidateTokenRequest
-
public class ValidateTokenRequest extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnonceprotected longtimestampprotected java.lang.StringtokenDigestprotected java.lang.StringtokenId
-
Constructor Summary
Constructors Constructor Description ValidateTokenRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNonce()Gets the value of the nonce property.longgetTimestamp()Gets the value of the timestamp property.java.lang.StringgetTokenDigest()Gets the value of the tokenDigest property.java.lang.StringgetTokenId()Gets the value of the tokenId property.voidsetNonce(java.lang.String value)Sets the value of the nonce property.voidsetTimestamp(long value)Sets the value of the timestamp property.voidsetTokenDigest(java.lang.String value)Sets the value of the tokenDigest property.voidsetTokenId(java.lang.String value)Sets the value of the tokenId property.
-
-
-
Method Detail
-
getTokenId
public java.lang.String getTokenId()
Gets the value of the tokenId property.- Returns:
- possible object is
String
-
setTokenId
public void setTokenId(java.lang.String value)
Sets the value of the tokenId property.- Parameters:
value- allowed object isString
-
getTokenDigest
public java.lang.String getTokenDigest()
Gets the value of the tokenDigest property.- Returns:
- possible object is
String
-
setTokenDigest
public void setTokenDigest(java.lang.String value)
Sets the value of the tokenDigest property.- Parameters:
value- allowed object isString
-
getNonce
public java.lang.String getNonce()
Gets the value of the nonce property.- Returns:
- possible object is
String
-
setNonce
public void setNonce(java.lang.String value)
Sets the value of the nonce property.- Parameters:
value- allowed object isString
-
getTimestamp
public long getTimestamp()
Gets the value of the timestamp property.
-
setTimestamp
public void setTimestamp(long value)
Sets the value of the timestamp property.
-
-