Class CommunicationBarringUserControl.SystemCommunicationBarringUserControlGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CommunicationBarringUserControl

    public static class CommunicationBarringUserControl.SystemCommunicationBarringUserControlGetResponse
    extends Response
    Response to the SystemCommunicationBarringUserControlGetRequest. Contains the settings to whole system for Communication Barring User-Control
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • enableLockout

        protected Boolean enableLockout
      • maxNumberOfFailedAttempts

        protected Integer maxNumberOfFailedAttempts
      • lockoutMinutes

        protected Integer lockoutMinutes
    • Constructor Detail

      • SystemCommunicationBarringUserControlGetResponse

        public SystemCommunicationBarringUserControlGetResponse()
    • Method Detail

      • setEnableLockout

        public void setEnableLockout​(Boolean enableLockout)
      • getEnableLockout

        public Boolean getEnableLockout()
      • setMaxNumberOfFailedAttempts

        public void setMaxNumberOfFailedAttempts​(Integer maxNumberOfFailedAttempts)
      • getMaxNumberOfFailedAttempts

        public Integer getMaxNumberOfFailedAttempts()
      • setLockoutMinutes

        public void setLockoutMinutes​(Integer lockoutMinutes)
      • getLockoutMinutes

        public Integer getLockoutMinutes()
      • transform

        public void transform()
        Description copied from class: Response
        Transforms the Response from XML Content to a populated POJO
        Specified by:
        transform in class Response
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object