Class PrepareActivationRequest


  • public class PrepareActivationRequest
    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="activationIdShort" 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

      • activationIdShort

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

      • PrepareActivationRequest

        public PrepareActivationRequest()
    • Method Detail

      • getActivationIdShort

        public java.lang.String getActivationIdShort()
        Gets the value of the activationIdShort property.
        Returns:
        possible object is String
      • setActivationIdShort

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