Class GetActivationListForUserResponse.Activations

  • Enclosing class:
    GetActivationListForUserResponse

    public static class GetActivationListForUserResponse.Activations
    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="extras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <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="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Activations()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActivationId()
      Gets the value of the activationId property.
      java.lang.String getActivationName()
      Gets the value of the activationName property.
      ActivationStatus getActivationStatus()
      Gets the value of the activationStatus property.
      long getApplicationId()
      Gets the value of the applicationId property.
      java.lang.String getApplicationName()
      Gets the value of the applicationName property.
      java.lang.String getBlockedReason()
      Gets the value of the blockedReason property.
      java.lang.String getExtras()
      Gets the value of the extras property.
      javax.xml.datatype.XMLGregorianCalendar getTimestampCreated()
      Gets the value of the timestampCreated property.
      javax.xml.datatype.XMLGregorianCalendar getTimestampLastChange()
      Gets the value of the timestampLastChange property.
      javax.xml.datatype.XMLGregorianCalendar getTimestampLastUsed()
      Gets the value of the timestampLastUsed property.
      java.lang.String getUserId()
      Gets the value of the userId property.
      long getVersion()
      Gets the value of the version property.
      void setActivationId​(java.lang.String value)
      Sets the value of the activationId property.
      void setActivationName​(java.lang.String value)
      Sets the value of the activationName property.
      void setActivationStatus​(ActivationStatus value)
      Sets the value of the activationStatus property.
      void setApplicationId​(long value)
      Sets the value of the applicationId property.
      void setApplicationName​(java.lang.String value)
      Sets the value of the applicationName property.
      void setBlockedReason​(java.lang.String value)
      Sets the value of the blockedReason property.
      void setExtras​(java.lang.String value)
      Sets the value of the extras property.
      void setTimestampCreated​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the timestampCreated property.
      void setTimestampLastChange​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the timestampLastChange property.
      void setTimestampLastUsed​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the timestampLastUsed property.
      void setUserId​(java.lang.String value)
      Sets the value of the userId property.
      void setVersion​(long value)
      Sets the value of the version property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • activationId

        protected java.lang.String activationId
      • blockedReason

        protected java.lang.String blockedReason
      • activationName

        protected java.lang.String activationName
      • extras

        protected java.lang.String extras
      • timestampCreated

        protected javax.xml.datatype.XMLGregorianCalendar timestampCreated
      • timestampLastUsed

        protected javax.xml.datatype.XMLGregorianCalendar timestampLastUsed
      • timestampLastChange

        protected javax.xml.datatype.XMLGregorianCalendar timestampLastChange
      • userId

        protected java.lang.String userId
      • applicationId

        protected long applicationId
      • applicationName

        protected java.lang.String applicationName
      • version

        protected long version
    • Constructor Detail

      • Activations

        public Activations()
    • 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
      • 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
      • 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
      • 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.
      • getApplicationName

        public java.lang.String getApplicationName()
        Gets the value of the applicationName property.
        Returns:
        possible object is String
      • setApplicationName

        public void setApplicationName​(java.lang.String value)
        Sets the value of the applicationName 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.