Class BlockActivationResponse


  • public class BlockActivationResponse
    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="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus"/>
             <element name="blockedReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • activationId

        protected java.lang.String activationId
      • blockedReason

        protected java.lang.String blockedReason
    • Constructor Detail

      • BlockActivationResponse

        public BlockActivationResponse()
    • Method Detail

      • getActivationId

        public java.lang.String getActivationId()
        Gets the value of the activationId property.
        Returns:
        possible object is String
      • setActivationId

        public void setActivationId​(java.lang.String value)
        Sets the value of the activationId property.
        Parameters:
        value - allowed object is String
      • getActivationStatus

        public ActivationStatus getActivationStatus()
        Gets the value of the activationStatus property.
        Returns:
        possible object is ActivationStatus
      • setActivationStatus

        public void setActivationStatus​(ActivationStatus value)
        Sets the value of the activationStatus property.
        Parameters:
        value - allowed object is ActivationStatus
      • getBlockedReason

        public java.lang.String getBlockedReason()
        Gets the value of the blockedReason property.
        Returns:
        possible object is String
      • setBlockedReason

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