Class BWSystem.SystemSubscriberGetLoginParametersResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemSubscriberGetLoginParametersResponse
    extends Response
    Response to the SystemSubscriberGetLoginParametersRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • maxFailedLoginAttempts

        protected Integer maxFailedLoginAttempts
      • minLoginIdLength

        protected Integer minLoginIdLength
    • Constructor Detail

      • SystemSubscriberGetLoginParametersResponse

        public SystemSubscriberGetLoginParametersResponse()
    • Method Detail

      • setMaxFailedLoginAttempts

        public void setMaxFailedLoginAttempts​(Integer maxFailedLoginAttempts)
      • getMaxFailedLoginAttempts

        public Integer getMaxFailedLoginAttempts()
      • setMinLoginIdLength

        public void setMinLoginIdLength​(Integer minLoginIdLength)
      • getMinLoginIdLength

        public Integer getMinLoginIdLength()
      • 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