Class CreateRecoveryCodeResponse.Puks

  • Enclosing class:
    CreateRecoveryCodeResponse

    public static class CreateRecoveryCodeResponse.Puks
    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="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>
     
    • Field Detail

      • pukIndex

        protected long pukIndex
      • pukDerivationIndex

        protected long pukDerivationIndex
    • Constructor Detail

      • Puks

        public Puks()
    • Method Detail

      • getPukIndex

        public long getPukIndex()
        Gets the value of the pukIndex property.
      • setPukIndex

        public void setPukIndex​(long value)
        Sets the value of the pukIndex property.
      • getPukDerivationIndex

        public long getPukDerivationIndex()
        Gets the value of the pukDerivationIndex property.
      • setPukDerivationIndex

        public void setPukDerivationIndex​(long value)
        Sets the value of the pukDerivationIndex property.