Class CreateActivationRequest


  • public class CreateActivationRequest
    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="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="timestampActivationExpire" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="maxFailureCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="identity" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="activationOtp" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <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="activationNonce" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="encryptedDevicePublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="applicationSignature" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • userId

        protected java.lang.String userId
      • applicationId

        protected long applicationId
      • timestampActivationExpire

        protected javax.xml.datatype.XMLGregorianCalendar timestampActivationExpire
      • maxFailureCount

        protected java.lang.Long maxFailureCount
      • identity

        protected java.lang.String identity
      • activationOtp

        protected java.lang.String activationOtp
      • activationName

        protected java.lang.String activationName
      • extras

        protected java.lang.String extras
      • activationNonce

        protected java.lang.String activationNonce
      • ephemeralPublicKey

        protected java.lang.String ephemeralPublicKey
      • encryptedDevicePublicKey

        protected java.lang.String encryptedDevicePublicKey
      • applicationKey

        protected java.lang.String applicationKey
      • applicationSignature

        protected java.lang.String applicationSignature
    • Constructor Detail

      • CreateActivationRequest

        public CreateActivationRequest()
    • Method Detail

      • 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.
      • getTimestampActivationExpire

        public javax.xml.datatype.XMLGregorianCalendar getTimestampActivationExpire()
        Gets the value of the timestampActivationExpire property.
        Returns:
        possible object is XMLGregorianCalendar
      • setTimestampActivationExpire

        public void setTimestampActivationExpire​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the timestampActivationExpire property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getMaxFailureCount

        public java.lang.Long getMaxFailureCount()
        Gets the value of the maxFailureCount property.
        Returns:
        possible object is Long
      • setMaxFailureCount

        public void setMaxFailureCount​(java.lang.Long value)
        Sets the value of the maxFailureCount property.
        Parameters:
        value - allowed object is Long
      • getIdentity

        public java.lang.String getIdentity()
        Gets the value of the identity property.
        Returns:
        possible object is String
      • setIdentity

        public void setIdentity​(java.lang.String value)
        Sets the value of the identity property.
        Parameters:
        value - allowed object is String
      • getActivationOtp

        public java.lang.String getActivationOtp()
        Gets the value of the activationOtp property.
        Returns:
        possible object is String
      • setActivationOtp

        public void setActivationOtp​(java.lang.String value)
        Sets the value of the activationOtp 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
      • getActivationNonce

        public java.lang.String getActivationNonce()
        Gets the value of the activationNonce property.
        Returns:
        possible object is String
      • setActivationNonce

        public void setActivationNonce​(java.lang.String value)
        Sets the value of the activationNonce property.
        Parameters:
        value - allowed object is String
      • getEphemeralPublicKey

        public java.lang.String getEphemeralPublicKey()
        Gets the value of the ephemeralPublicKey property.
        Returns:
        possible object is String
      • setEphemeralPublicKey

        public void setEphemeralPublicKey​(java.lang.String value)
        Sets the value of the ephemeralPublicKey property.
        Parameters:
        value - allowed object is String
      • getEncryptedDevicePublicKey

        public java.lang.String getEncryptedDevicePublicKey()
        Gets the value of the encryptedDevicePublicKey property.
        Returns:
        possible object is String
      • setEncryptedDevicePublicKey

        public void setEncryptedDevicePublicKey​(java.lang.String value)
        Sets the value of the encryptedDevicePublicKey property.
        Parameters:
        value - allowed object is String
      • getApplicationKey

        public java.lang.String getApplicationKey()
        Gets the value of the applicationKey property.
        Returns:
        possible object is String
      • setApplicationKey

        public void setApplicationKey​(java.lang.String value)
        Sets the value of the applicationKey property.
        Parameters:
        value - allowed object is String
      • getApplicationSignature

        public java.lang.String getApplicationSignature()
        Gets the value of the applicationSignature property.
        Returns:
        possible object is String
      • setApplicationSignature

        public void setApplicationSignature​(java.lang.String value)
        Sets the value of the applicationSignature property.
        Parameters:
        value - allowed object is String