Class GetActivationStatusResponse


  • public class GetActivationStatusResponse
    extends java.lang.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="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 Detail

      • activationId

        protected java.lang.String activationId
      • 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
    • Constructor Detail

      • GetActivationStatusResponse

        public GetActivationStatusResponse()
    • 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 is String
      • 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 is ActivationStatus
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • getVersion

        public long getVersion()
        Gets the value of the version property.
      • setVersion

        public void setVersion​(long value)
        Sets the value of the version property.