Class ActivationHistoryResponse.Items

  • Enclosing class:
    ActivationHistoryResponse

    public static class ActivationHistoryResponse.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="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="externalUserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected long id
      • activationId

        protected java.lang.String activationId
      • blockedReason

        protected java.lang.String blockedReason
      • externalUserId

        protected java.lang.String externalUserId
      • 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.
      • 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
      • getExternalUserId

        public java.lang.String getExternalUserId()
        Gets the value of the externalUserId property.
        Returns:
        possible object is String
      • setExternalUserId

        public void setExternalUserId​(java.lang.String value)
        Sets the value of the externalUserId property.
        Parameters:
        value - allowed object is String
      • 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