Class LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest
- Enclosing class:
- LegacyAutomaticCallback
public static class LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest
extends Request<DefaultResponse>
Modifies the system's legacy 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
ConstructorsConstructorDescriptionSystemLegacyAutomaticCallbackModifyRequest
(BroadWorksServer broadWorksServer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setMaxMonitorsPerOriginator
(Integer maxMonitorsPerOriginator) setMaxMonitorsPerTerminator
(Integer maxMonitorsPerTerminator) setT10OMinutes
(Integer t10OMinutes) setT10TMinutes
(Integer t10TMinutes) setT2Minutes
(Integer t2Minutes) setT4Seconds
(Integer t4Seconds) setT5Seconds
(Integer t5Seconds) setT6Minutes
(Integer t6Minutes) setT7Minutes
(Integer t7Minutes) setT8Seconds
(Integer t8Seconds) setTRingSeconds
(Integer tRingSeconds) 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
-
maxMonitorsPerOriginator
-
maxMonitorsPerTerminator
-
t2Minutes
-
t4Seconds
-
t5Seconds
-
t6Minutes
-
t7Minutes
-
t8Seconds
-
tRingSeconds
-
t10OMinutes
-
t10TMinutes
-
-
Constructor Details
-
SystemLegacyAutomaticCallbackModifyRequest
public SystemLegacyAutomaticCallbackModifyRequest() -
SystemLegacyAutomaticCallbackModifyRequest
-
-
Method Details
-
setMaxMonitorsPerOriginator
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setMaxMonitorsPerOriginator(Integer maxMonitorsPerOriginator) -
getMaxMonitorsPerOriginator
-
setMaxMonitorsPerTerminator
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setMaxMonitorsPerTerminator(Integer maxMonitorsPerTerminator) -
getMaxMonitorsPerTerminator
-
setT2Minutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT2Minutes(Integer t2Minutes) -
getT2Minutes
-
setT4Seconds
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT4Seconds(Integer t4Seconds) -
getT4Seconds
-
setT5Seconds
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT5Seconds(Integer t5Seconds) -
getT5Seconds
-
setT6Minutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT6Minutes(Integer t6Minutes) -
getT6Minutes
-
setT7Minutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT7Minutes(Integer t7Minutes) -
getT7Minutes
-
setT8Seconds
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT8Seconds(Integer t8Seconds) -
getT8Seconds
-
setTRingSeconds
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setTRingSeconds(Integer tRingSeconds) -
getTRingSeconds
-
setT10OMinutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT10OMinutes(Integer t10OMinutes) -
getT10OMinutes
-
setT10TMinutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT10TMinutes(Integer t10TMinutes) -
getT10TMinutes
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-