Package io.getlime.powerauth.soap.v3
Class GetActivationStatusResponse
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.GetActivationStatusResponse
-
public class GetActivationStatusResponse 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="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus"/> <element name="blockedReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="activationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="extras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="timestampLastUsed" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="timestampLastChange" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="encryptedStatusBlob" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="activationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="activationSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="devicePublicKeyFingerprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringactivationCodeprotected java.lang.StringactivationIdprotected java.lang.StringactivationNameprotected java.lang.StringactivationSignatureprotected ActivationStatusactivationStatusprotected longapplicationIdprotected java.lang.StringblockedReasonprotected java.lang.StringdevicePublicKeyFingerprintprotected java.lang.StringencryptedStatusBlobprotected java.lang.Stringextrasprotected javax.xml.datatype.XMLGregorianCalendartimestampCreatedprotected javax.xml.datatype.XMLGregorianCalendartimestampLastChangeprotected javax.xml.datatype.XMLGregorianCalendartimestampLastUsedprotected java.lang.StringuserIdprotected longversion
-
Constructor Summary
Constructors Constructor Description GetActivationStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActivationCode()Gets the value of the activationCode property.java.lang.StringgetActivationId()Gets the value of the activationId property.java.lang.StringgetActivationName()Gets the value of the activationName property.java.lang.StringgetActivationSignature()Gets the value of the activationSignature property.ActivationStatusgetActivationStatus()Gets the value of the activationStatus property.longgetApplicationId()Gets the value of the applicationId property.java.lang.StringgetBlockedReason()Gets the value of the blockedReason property.java.lang.StringgetDevicePublicKeyFingerprint()Gets the value of the devicePublicKeyFingerprint property.java.lang.StringgetEncryptedStatusBlob()Gets the value of the encryptedStatusBlob property.java.lang.StringgetExtras()Gets the value of the extras property.javax.xml.datatype.XMLGregorianCalendargetTimestampCreated()Gets the value of the timestampCreated property.javax.xml.datatype.XMLGregorianCalendargetTimestampLastChange()Gets the value of the timestampLastChange property.javax.xml.datatype.XMLGregorianCalendargetTimestampLastUsed()Gets the value of the timestampLastUsed property.java.lang.StringgetUserId()Gets the value of the userId property.longgetVersion()Gets the value of the version property.voidsetActivationCode(java.lang.String value)Sets the value of the activationCode property.voidsetActivationId(java.lang.String value)Sets the value of the activationId property.voidsetActivationName(java.lang.String value)Sets the value of the activationName property.voidsetActivationSignature(java.lang.String value)Sets the value of the activationSignature property.voidsetActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidsetApplicationId(long value)Sets the value of the applicationId property.voidsetBlockedReason(java.lang.String value)Sets the value of the blockedReason property.voidsetDevicePublicKeyFingerprint(java.lang.String value)Sets the value of the devicePublicKeyFingerprint property.voidsetEncryptedStatusBlob(java.lang.String value)Sets the value of the encryptedStatusBlob property.voidsetExtras(java.lang.String value)Sets the value of the extras property.voidsetTimestampCreated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timestampCreated property.voidsetTimestampLastChange(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timestampLastChange property.voidsetTimestampLastUsed(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timestampLastUsed property.voidsetUserId(java.lang.String value)Sets the value of the userId property.voidsetVersion(long value)Sets the value of the version property.
-
-
-
Field Detail
-
activationId
protected java.lang.String activationId
-
activationStatus
protected ActivationStatus activationStatus
-
blockedReason
protected java.lang.String blockedReason
-
activationName
protected java.lang.String activationName
-
userId
protected java.lang.String userId
-
extras
protected java.lang.String extras
-
applicationId
protected long applicationId
-
timestampCreated
protected javax.xml.datatype.XMLGregorianCalendar timestampCreated
-
timestampLastUsed
protected javax.xml.datatype.XMLGregorianCalendar timestampLastUsed
-
timestampLastChange
protected javax.xml.datatype.XMLGregorianCalendar timestampLastChange
-
encryptedStatusBlob
protected java.lang.String encryptedStatusBlob
-
activationCode
protected java.lang.String activationCode
-
activationSignature
protected java.lang.String activationSignature
-
devicePublicKeyFingerprint
protected java.lang.String devicePublicKeyFingerprint
-
version
protected long version
-
-
Method Detail
-
getActivationId
public java.lang.String getActivationId()
Gets the value of the activationId property.- Returns:
- possible object is
String
-
setActivationId
public void setActivationId(java.lang.String value)
Sets the value of the activationId property.- Parameters:
value- allowed object isString
-
getActivationStatus
public ActivationStatus getActivationStatus()
Gets the value of the activationStatus property.- Returns:
- possible object is
ActivationStatus
-
setActivationStatus
public void setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.- Parameters:
value- allowed object isActivationStatus
-
getBlockedReason
public java.lang.String getBlockedReason()
Gets the value of the blockedReason property.- Returns:
- possible object is
String
-
setBlockedReason
public void setBlockedReason(java.lang.String value)
Sets the value of the blockedReason property.- Parameters:
value- allowed object isString
-
getActivationName
public java.lang.String getActivationName()
Gets the value of the activationName property.- Returns:
- possible object is
String
-
setActivationName
public void setActivationName(java.lang.String value)
Sets the value of the activationName property.- Parameters:
value- allowed object isString
-
getUserId
public java.lang.String getUserId()
Gets the value of the userId property.- Returns:
- possible object is
String
-
setUserId
public void setUserId(java.lang.String value)
Sets the value of the userId property.- Parameters:
value- allowed object isString
-
getExtras
public java.lang.String getExtras()
Gets the value of the extras property.- Returns:
- possible object is
String
-
setExtras
public void setExtras(java.lang.String value)
Sets the value of the extras property.- Parameters:
value- allowed object isString
-
getApplicationId
public long getApplicationId()
Gets the value of the applicationId property.
-
setApplicationId
public void setApplicationId(long value)
Sets the value of the applicationId property.
-
getTimestampCreated
public javax.xml.datatype.XMLGregorianCalendar getTimestampCreated()
Gets the value of the timestampCreated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestampCreated
public void setTimestampCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestampCreated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimestampLastUsed
public javax.xml.datatype.XMLGregorianCalendar getTimestampLastUsed()
Gets the value of the timestampLastUsed property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestampLastUsed
public void setTimestampLastUsed(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestampLastUsed property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimestampLastChange
public javax.xml.datatype.XMLGregorianCalendar getTimestampLastChange()
Gets the value of the timestampLastChange property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestampLastChange
public void setTimestampLastChange(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestampLastChange property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEncryptedStatusBlob
public java.lang.String getEncryptedStatusBlob()
Gets the value of the encryptedStatusBlob property.- Returns:
- possible object is
String
-
setEncryptedStatusBlob
public void setEncryptedStatusBlob(java.lang.String value)
Sets the value of the encryptedStatusBlob property.- Parameters:
value- allowed object isString
-
getActivationCode
public java.lang.String getActivationCode()
Gets the value of the activationCode property.- Returns:
- possible object is
String
-
setActivationCode
public void setActivationCode(java.lang.String value)
Sets the value of the activationCode property.- Parameters:
value- allowed object isString
-
getActivationSignature
public java.lang.String getActivationSignature()
Gets the value of the activationSignature property.- Returns:
- possible object is
String
-
setActivationSignature
public void setActivationSignature(java.lang.String value)
Sets the value of the activationSignature property.- Parameters:
value- allowed object isString
-
getDevicePublicKeyFingerprint
public java.lang.String getDevicePublicKeyFingerprint()
Gets the value of the devicePublicKeyFingerprint property.- Returns:
- possible object is
String
-
setDevicePublicKeyFingerprint
public void setDevicePublicKeyFingerprint(java.lang.String value)
Sets the value of the devicePublicKeyFingerprint property.- Parameters:
value- allowed object isString
-
getVersion
public long getVersion()
Gets the value of the version property.
-
setVersion
public void setVersion(long value)
Sets the value of the version property.
-
-