Class BWSystem.SystemClientSessionParametersGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemClientSessionParametersGetResponse
    extends Response
    Response to SystemClientSessionParametersGetRequest. Contains a list of system Client Session (web and CLI) parameters.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • enableInactivityTimeout

        protected Boolean enableInactivityTimeout
      • inactivityTimeoutMinutes

        protected Integer inactivityTimeoutMinutes
    • Constructor Detail

      • SystemClientSessionParametersGetResponse

        public SystemClientSessionParametersGetResponse()
    • Method Detail

      • setEnableInactivityTimeout

        public void setEnableInactivityTimeout​(Boolean enableInactivityTimeout)
      • getEnableInactivityTimeout

        public Boolean getEnableInactivityTimeout()
      • setInactivityTimeoutMinutes

        public void setInactivityTimeoutMinutes​(Integer inactivityTimeoutMinutes)
      • getInactivityTimeoutMinutes

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