Class AutomaticCallback.SystemAutomaticCallbackModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.AutomaticCallback.SystemAutomaticCallbackModifyRequest
- Enclosing class:
- AutomaticCallback
public static class AutomaticCallback.SystemAutomaticCallbackModifyRequest
extends Request<DefaultResponse>
Modifies the system's automatic callback 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setActivationDigit
(Integer activationDigit) setCallbackMethod
(AutomaticCallbackMethod callbackMethod) setMaxCallbackRings
(Integer maxCallbackRings) setMaxMonitorsPerOriginator
(Integer maxMonitorsPerOriginator) setMaxMonitorsPerTerminator
(Integer maxMonitorsPerTerminator) setMonitorMinutes
(Integer monitorMinutes) setPollingIntervalSeconds
(Integer pollingIntervalSeconds) setTerminatorIdleGuardSeconds
(Integer terminatorIdleGuardSeconds) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
monitorMinutes
-
maxMonitorsPerOriginator
-
maxCallbackRings
-
maxMonitorsPerTerminator
-
terminatorIdleGuardSeconds
-
callbackMethod
-
pollingIntervalSeconds
-
activationDigit
-
-
Constructor Details
-
SystemAutomaticCallbackModifyRequest
public SystemAutomaticCallbackModifyRequest() -
SystemAutomaticCallbackModifyRequest
-
-
Method Details
-
setMonitorMinutes
public AutomaticCallback.SystemAutomaticCallbackModifyRequest setMonitorMinutes(Integer monitorMinutes) -
getMonitorMinutes
-
setMaxMonitorsPerOriginator
public AutomaticCallback.SystemAutomaticCallbackModifyRequest setMaxMonitorsPerOriginator(Integer maxMonitorsPerOriginator) -
getMaxMonitorsPerOriginator
-
setMaxCallbackRings
public AutomaticCallback.SystemAutomaticCallbackModifyRequest setMaxCallbackRings(Integer maxCallbackRings) -
getMaxCallbackRings
-
setMaxMonitorsPerTerminator
public AutomaticCallback.SystemAutomaticCallbackModifyRequest setMaxMonitorsPerTerminator(Integer maxMonitorsPerTerminator) -
getMaxMonitorsPerTerminator
-
setTerminatorIdleGuardSeconds
public AutomaticCallback.SystemAutomaticCallbackModifyRequest setTerminatorIdleGuardSeconds(Integer terminatorIdleGuardSeconds) -
getTerminatorIdleGuardSeconds
-
setCallbackMethod
public AutomaticCallback.SystemAutomaticCallbackModifyRequest setCallbackMethod(AutomaticCallbackMethod callbackMethod) -
getCallbackMethod
-
setPollingIntervalSeconds
public AutomaticCallback.SystemAutomaticCallbackModifyRequest setPollingIntervalSeconds(Integer pollingIntervalSeconds) -
getPollingIntervalSeconds
-
setActivationDigit
public AutomaticCallback.SystemAutomaticCallbackModifyRequest setActivationDigit(Integer activationDigit) -
getActivationDigit
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-