Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemRoutingModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoutingModifyRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemRoutingModifyRequest extends Request<DefaultResponse>
Modifies the system's general routing attributes. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected RoutingDNSResolvedAddressSelectionPolicydnsResolvedAddressSelectionPolicyprotected BooleanisRouteRoundRobinprotected IntegermaxAddressesDuringSetupprotected IntegermaxAddressesPerHostnameprotected IntegerrouteTimerSecondsprotected IntegerstatefulExpirationMinutes
-
Constructor Summary
Constructors Constructor Description SystemRoutingModifyRequest()SystemRoutingModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
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 Detail
-
SystemRoutingModifyRequest
public SystemRoutingModifyRequest()
-
SystemRoutingModifyRequest
public SystemRoutingModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setIsRouteRoundRobin
public BWSystem.SystemRoutingModifyRequest setIsRouteRoundRobin(Boolean isRouteRoundRobin)
-
getIsRouteRoundRobin
public Boolean getIsRouteRoundRobin()
-
setRouteTimerSeconds
public BWSystem.SystemRoutingModifyRequest setRouteTimerSeconds(Integer routeTimerSeconds)
-
getRouteTimerSeconds
public Integer getRouteTimerSeconds()
-
setDnsResolvedAddressSelectionPolicy
public BWSystem.SystemRoutingModifyRequest setDnsResolvedAddressSelectionPolicy(RoutingDNSResolvedAddressSelectionPolicy dnsResolvedAddressSelectionPolicy)
-
getDnsResolvedAddressSelectionPolicy
public RoutingDNSResolvedAddressSelectionPolicy getDnsResolvedAddressSelectionPolicy()
-
setStatefulExpirationMinutes
public BWSystem.SystemRoutingModifyRequest setStatefulExpirationMinutes(Integer statefulExpirationMinutes)
-
getStatefulExpirationMinutes
public Integer getStatefulExpirationMinutes()
-
setMaxAddressesPerHostname
public BWSystem.SystemRoutingModifyRequest setMaxAddressesPerHostname(Integer maxAddressesPerHostname)
-
getMaxAddressesPerHostname
public Integer getMaxAddressesPerHostname()
-
setMaxAddressesDuringSetup
public BWSystem.SystemRoutingModifyRequest setMaxAddressesDuringSetup(Integer maxAddressesDuringSetup)
-
getMaxAddressesDuringSetup
public Integer getMaxAddressesDuringSetup()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-
-