Class BWSystem.SystemRoutingGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

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

    • isRouteRoundRobin

      protected Boolean isRouteRoundRobin
    • routeTimerSeconds

      protected Integer routeTimerSeconds
    • dnsResolvedAddressSelectionPolicy

      protected RoutingDNSResolvedAddressSelectionPolicy dnsResolvedAddressSelectionPolicy
    • statefulExpirationMinutes

      protected Integer statefulExpirationMinutes
    • maxAddressesPerHostname

      protected Integer maxAddressesPerHostname
    • maxAddressesDuringSetup

      protected Integer maxAddressesDuringSetup
  • Constructor Details

    • SystemRoutingGetResponse

      public SystemRoutingGetResponse()
  • Method Details

    • setIsRouteRoundRobin

      public void setIsRouteRoundRobin(Boolean isRouteRoundRobin)
    • getIsRouteRoundRobin

      public Boolean getIsRouteRoundRobin()
    • setRouteTimerSeconds

      public void setRouteTimerSeconds(Integer routeTimerSeconds)
    • getRouteTimerSeconds

      public Integer getRouteTimerSeconds()
    • setDnsResolvedAddressSelectionPolicy

      public void setDnsResolvedAddressSelectionPolicy(RoutingDNSResolvedAddressSelectionPolicy dnsResolvedAddressSelectionPolicy)
    • getDnsResolvedAddressSelectionPolicy

      public RoutingDNSResolvedAddressSelectionPolicy getDnsResolvedAddressSelectionPolicy()
    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object