Class SignatureAuditResponse.Items

  • Enclosing class:
    SignatureAuditResponse

    public static class SignatureAuditResponse.Items
    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="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="activationCounter" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="activationCtrData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus" minOccurs="0"/>
             <element name="additionalInfo" type="{http://getlime.io/security/powerauth/v3}KeyValueMap" minOccurs="0"/>
             <element name="dataBase64" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="signatureType" type="{http://getlime.io/security/powerauth/v3}SignatureType"/>
             <element name="signature" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="note" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="valid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected long id
      • userId

        protected java.lang.String userId
      • applicationId

        protected long applicationId
      • activationId

        protected java.lang.String activationId
      • activationCounter

        protected long activationCounter
      • activationCtrData

        protected java.lang.String activationCtrData
      • dataBase64

        protected java.lang.String dataBase64
      • signature

        protected java.lang.String signature
      • note

        protected java.lang.String note
      • valid

        protected boolean valid
      • version

        protected long version
      • timestampCreated

        protected javax.xml.datatype.XMLGregorianCalendar timestampCreated
    • Constructor Detail

      • Items

        public Items()
    • Method Detail

      • getId

        public long getId()
        Gets the value of the id property.
      • setId

        public void setId​(long value)
        Sets the value of the id property.
      • 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
      • getApplicationId

        public long getApplicationId()
        Gets the value of the applicationId property.
      • setApplicationId

        public void setApplicationId​(long value)
        Sets the value of the applicationId property.
      • 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
      • getActivationCounter

        public long getActivationCounter()
        Gets the value of the activationCounter property.
      • setActivationCounter

        public void setActivationCounter​(long value)
        Sets the value of the activationCounter property.
      • getActivationCtrData

        public java.lang.String getActivationCtrData()
        Gets the value of the activationCtrData property.
        Returns:
        possible object is String
      • setActivationCtrData

        public void setActivationCtrData​(java.lang.String value)
        Sets the value of the activationCtrData 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
      • getAdditionalInfo

        public KeyValueMap getAdditionalInfo()
        Gets the value of the additionalInfo property.
        Returns:
        possible object is KeyValueMap
      • setAdditionalInfo

        public void setAdditionalInfo​(KeyValueMap value)
        Sets the value of the additionalInfo property.
        Parameters:
        value - allowed object is KeyValueMap
      • getDataBase64

        public java.lang.String getDataBase64()
        Gets the value of the dataBase64 property.
        Returns:
        possible object is String
      • setDataBase64

        public void setDataBase64​(java.lang.String value)
        Sets the value of the dataBase64 property.
        Parameters:
        value - allowed object is String
      • getSignatureType

        public SignatureType getSignatureType()
        Gets the value of the signatureType property.
        Returns:
        possible object is SignatureType
      • setSignatureType

        public void setSignatureType​(SignatureType value)
        Sets the value of the signatureType property.
        Parameters:
        value - allowed object is SignatureType
      • getSignature

        public java.lang.String getSignature()
        Gets the value of the signature property.
        Returns:
        possible object is String
      • setSignature

        public void setSignature​(java.lang.String value)
        Sets the value of the signature property.
        Parameters:
        value - allowed object is String
      • getNote

        public java.lang.String getNote()
        Gets the value of the note property.
        Returns:
        possible object is String
      • setNote

        public void setNote​(java.lang.String value)
        Sets the value of the note property.
        Parameters:
        value - allowed object is String
      • isValid

        public boolean isValid()
        Gets the value of the valid property.
      • setValid

        public void setValid​(boolean value)
        Sets the value of the valid property.
      • getVersion

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

        public void setVersion​(long value)
        Sets the value of the version 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