Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCrInterfaceModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCrInterfaceModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCrInterfaceModifyRequest extends Request<DefaultResponse>
Modify the system level data associated with Cr Interface. 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 BooleancrAuditEnabledprotected IntegercrAuditIntervalMillisecondsprotected IntegercrAuditTimeoutMillisecondsprotected BooleancrConnectionEnabledprotected IntegercrConnectionTimeoutMillisecondsprotected IntegercrNumberOfReconnectionAttemptsprotected IntegercrTcpConnectionTimeoutSeconds -
Constructor Summary
Constructors Constructor Description SystemCrInterfaceModifyRequest()SystemCrInterfaceModifyRequest(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
-
Constructor Details
-
SystemCrInterfaceModifyRequest
public SystemCrInterfaceModifyRequest() -
SystemCrInterfaceModifyRequest
-
-
Method Details
-
setCrAuditEnabled
-
getCrAuditEnabled
-
setCrAuditIntervalMilliseconds
public BWSystem.SystemCrInterfaceModifyRequest setCrAuditIntervalMilliseconds(Integer crAuditIntervalMilliseconds) -
getCrAuditIntervalMilliseconds
-
setCrAuditTimeoutMilliseconds
public BWSystem.SystemCrInterfaceModifyRequest setCrAuditTimeoutMilliseconds(Integer crAuditTimeoutMilliseconds) -
getCrAuditTimeoutMilliseconds
-
setCrConnectionEnabled
-
getCrConnectionEnabled
-
setCrConnectionTimeoutMilliseconds
public BWSystem.SystemCrInterfaceModifyRequest setCrConnectionTimeoutMilliseconds(Integer crConnectionTimeoutMilliseconds) -
getCrConnectionTimeoutMilliseconds
-
setCrTcpConnectionTimeoutSeconds
public BWSystem.SystemCrInterfaceModifyRequest setCrTcpConnectionTimeoutSeconds(Integer crTcpConnectionTimeoutSeconds) -
getCrTcpConnectionTimeoutSeconds
-
setCrNumberOfReconnectionAttempts
public BWSystem.SystemCrInterfaceModifyRequest setCrNumberOfReconnectionAttempts(Integer crNumberOfReconnectionAttempts) -
getCrNumberOfReconnectionAttempts
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-