Class GetRecoveryConfigResponse


  • public class GetRecoveryConfigResponse
    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="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="activationRecoveryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="recoveryPostcardEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="allowMultipleRecoveryCodes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="postcardPublicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="remotePostcardPublicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • applicationId

        protected long applicationId
      • activationRecoveryEnabled

        protected boolean activationRecoveryEnabled
      • recoveryPostcardEnabled

        protected boolean recoveryPostcardEnabled
      • allowMultipleRecoveryCodes

        protected boolean allowMultipleRecoveryCodes
      • postcardPublicKey

        protected java.lang.String postcardPublicKey
      • remotePostcardPublicKey

        protected java.lang.String remotePostcardPublicKey
    • Constructor Detail

      • GetRecoveryConfigResponse

        public GetRecoveryConfigResponse()
    • Method Detail

      • getApplicationId

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

        public void setApplicationId​(long value)
        Sets the value of the applicationId property.
      • isActivationRecoveryEnabled

        public boolean isActivationRecoveryEnabled()
        Gets the value of the activationRecoveryEnabled property.
      • setActivationRecoveryEnabled

        public void setActivationRecoveryEnabled​(boolean value)
        Sets the value of the activationRecoveryEnabled property.
      • isRecoveryPostcardEnabled

        public boolean isRecoveryPostcardEnabled()
        Gets the value of the recoveryPostcardEnabled property.
      • setRecoveryPostcardEnabled

        public void setRecoveryPostcardEnabled​(boolean value)
        Sets the value of the recoveryPostcardEnabled property.
      • isAllowMultipleRecoveryCodes

        public boolean isAllowMultipleRecoveryCodes()
        Gets the value of the allowMultipleRecoveryCodes property.
      • setAllowMultipleRecoveryCodes

        public void setAllowMultipleRecoveryCodes​(boolean value)
        Sets the value of the allowMultipleRecoveryCodes property.
      • getPostcardPublicKey

        public java.lang.String getPostcardPublicKey()
        Gets the value of the postcardPublicKey property.
        Returns:
        possible object is String
      • setPostcardPublicKey

        public void setPostcardPublicKey​(java.lang.String value)
        Sets the value of the postcardPublicKey property.
        Parameters:
        value - allowed object is String
      • getRemotePostcardPublicKey

        public java.lang.String getRemotePostcardPublicKey()
        Gets the value of the remotePostcardPublicKey property.
        Returns:
        possible object is String
      • setRemotePostcardPublicKey

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