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 RoutingDNSResolvedAddressSelectionPolicy
dnsResolvedAddressSelectionPolicy
protected java.lang.Boolean
isRouteRoundRobin
protected java.lang.Integer
maxAddressesDuringSetup
protected java.lang.Integer
maxAddressesPerHostname
protected java.lang.Integer
routeTimerSeconds
protected java.lang.Integer
statefulExpirationMinutes
-
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 Details
-
isRouteRoundRobin
protected java.lang.Boolean isRouteRoundRobin -
routeTimerSeconds
protected java.lang.Integer routeTimerSeconds -
dnsResolvedAddressSelectionPolicy
-
statefulExpirationMinutes
protected java.lang.Integer statefulExpirationMinutes -
maxAddressesPerHostname
protected java.lang.Integer maxAddressesPerHostname -
maxAddressesDuringSetup
protected java.lang.Integer maxAddressesDuringSetup
-
-
Constructor Details
-
SystemRoutingModifyRequest
public SystemRoutingModifyRequest() -
SystemRoutingModifyRequest
-
-
Method Details
-
setIsRouteRoundRobin
public BWSystem.SystemRoutingModifyRequest setIsRouteRoundRobin(java.lang.Boolean isRouteRoundRobin) -
getIsRouteRoundRobin
public java.lang.Boolean getIsRouteRoundRobin() -
setRouteTimerSeconds
public BWSystem.SystemRoutingModifyRequest setRouteTimerSeconds(java.lang.Integer routeTimerSeconds) -
getRouteTimerSeconds
public java.lang.Integer getRouteTimerSeconds() -
setDnsResolvedAddressSelectionPolicy
public BWSystem.SystemRoutingModifyRequest setDnsResolvedAddressSelectionPolicy(RoutingDNSResolvedAddressSelectionPolicy dnsResolvedAddressSelectionPolicy) -
getDnsResolvedAddressSelectionPolicy
-
setStatefulExpirationMinutes
public BWSystem.SystemRoutingModifyRequest setStatefulExpirationMinutes(java.lang.Integer statefulExpirationMinutes) -
getStatefulExpirationMinutes
public java.lang.Integer getStatefulExpirationMinutes() -
setMaxAddressesPerHostname
public BWSystem.SystemRoutingModifyRequest setMaxAddressesPerHostname(java.lang.Integer maxAddressesPerHostname) -
getMaxAddressesPerHostname
public java.lang.Integer getMaxAddressesPerHostname() -
setMaxAddressesDuringSetup
public BWSystem.SystemRoutingModifyRequest setMaxAddressesDuringSetup(java.lang.Integer maxAddressesDuringSetup) -
getMaxAddressesDuringSetup
public java.lang.Integer getMaxAddressesDuringSetup() -
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-