Class CreateRecoveryCodeResponse


  • public class CreateRecoveryCodeResponse
    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="nonce" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="recoveryCodeId" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="recoveryCodeMasked" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="status" type="{http://getlime.io/security/powerauth/v3}RecoveryCodeStatus"/>
             <element name="puks" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="pukIndex" type="{http://www.w3.org/2001/XMLSchema}long"/>
                       <element name="pukDerivationIndex" type="{http://www.w3.org/2001/XMLSchema}long"/>
                       <element name="status" type="{http://getlime.io/security/powerauth/v3}RecoveryPukStatus"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • nonce

        protected java.lang.String nonce
      • userId

        protected java.lang.String userId
      • recoveryCodeId

        protected long recoveryCodeId
      • recoveryCodeMasked

        protected java.lang.String recoveryCodeMasked
    • Constructor Detail

      • CreateRecoveryCodeResponse

        public CreateRecoveryCodeResponse()
    • Method Detail

      • getNonce

        public java.lang.String getNonce()
        Gets the value of the nonce property.
        Returns:
        possible object is String
      • setNonce

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

        public long getRecoveryCodeId()
        Gets the value of the recoveryCodeId property.
      • setRecoveryCodeId

        public void setRecoveryCodeId​(long value)
        Sets the value of the recoveryCodeId property.
      • getRecoveryCodeMasked

        public java.lang.String getRecoveryCodeMasked()
        Gets the value of the recoveryCodeMasked property.
        Returns:
        possible object is String
      • setRecoveryCodeMasked

        public void setRecoveryCodeMasked​(java.lang.String value)
        Sets the value of the recoveryCodeMasked property.
        Parameters:
        value - allowed object is String
      • getPuks

        public java.util.List<CreateRecoveryCodeResponse.Puks> getPuks()
        Gets the value of the puks property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the puks property.

        For example, to add a new item, do as follows:

            getPuks().add(newItem);
         

        Objects of the following type(s) are allowed in the list CreateRecoveryCodeResponse.Puks