Class BWSystem.SystemRoutingGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemRoutingGetResponse
    extends Response
    Response to SystemRoutingGetRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • isRouteRoundRobin

        protected Boolean isRouteRoundRobin
      • routeTimerSeconds

        protected Integer routeTimerSeconds
      • statefulExpirationMinutes

        protected Integer statefulExpirationMinutes
      • maxAddressesPerHostname

        protected Integer maxAddressesPerHostname
      • maxAddressesDuringSetup

        protected Integer maxAddressesDuringSetup
    • Constructor Detail

      • SystemRoutingGetResponse

        public SystemRoutingGetResponse()
    • Method Detail

      • setIsRouteRoundRobin

        public void setIsRouteRoundRobin​(Boolean isRouteRoundRobin)
      • getIsRouteRoundRobin

        public Boolean getIsRouteRoundRobin()
      • setRouteTimerSeconds

        public void setRouteTimerSeconds​(Integer routeTimerSeconds)
      • getRouteTimerSeconds

        public Integer getRouteTimerSeconds()
      • setStatefulExpirationMinutes

        public void setStatefulExpirationMinutes​(Integer statefulExpirationMinutes)
      • getStatefulExpirationMinutes

        public Integer getStatefulExpirationMinutes()
      • setMaxAddressesPerHostname

        public void setMaxAddressesPerHostname​(Integer maxAddressesPerHostname)
      • getMaxAddressesPerHostname

        public Integer getMaxAddressesPerHostname()
      • setMaxAddressesDuringSetup

        public void setMaxAddressesDuringSetup​(Integer maxAddressesDuringSetup)
      • getMaxAddressesDuringSetup

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