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 Modifier and Type Field Description protected java.lang.Integer
maxMonitorsPerOriginator
protected java.lang.Integer
maxMonitorsPerTerminator
protected java.lang.Integer
t10OMinutes
protected java.lang.Integer
t10TMinutes
protected java.lang.Integer
t2Minutes
protected java.lang.Integer
t4Seconds
protected java.lang.Integer
t5Seconds
protected java.lang.Integer
t6Minutes
protected java.lang.Integer
t7Minutes
protected java.lang.Integer
t8Seconds
protected java.lang.Integer
tRingSeconds
-
Constructor Summary
Constructors Constructor Description SystemLegacyAutomaticCallbackModifyRequest()
SystemLegacyAutomaticCallbackModifyRequest(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
-
maxMonitorsPerOriginator
protected java.lang.Integer maxMonitorsPerOriginator -
maxMonitorsPerTerminator
protected java.lang.Integer maxMonitorsPerTerminator -
t2Minutes
protected java.lang.Integer t2Minutes -
t4Seconds
protected java.lang.Integer t4Seconds -
t5Seconds
protected java.lang.Integer t5Seconds -
t6Minutes
protected java.lang.Integer t6Minutes -
t7Minutes
protected java.lang.Integer t7Minutes -
t8Seconds
protected java.lang.Integer t8Seconds -
tRingSeconds
protected java.lang.Integer tRingSeconds -
t10OMinutes
protected java.lang.Integer t10OMinutes -
t10TMinutes
protected java.lang.Integer t10TMinutes
-
-
Constructor Details
-
SystemLegacyAutomaticCallbackModifyRequest
public SystemLegacyAutomaticCallbackModifyRequest() -
SystemLegacyAutomaticCallbackModifyRequest
-
-
Method Details
-
setMaxMonitorsPerOriginator
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setMaxMonitorsPerOriginator(java.lang.Integer maxMonitorsPerOriginator) -
getMaxMonitorsPerOriginator
public java.lang.Integer getMaxMonitorsPerOriginator() -
setMaxMonitorsPerTerminator
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setMaxMonitorsPerTerminator(java.lang.Integer maxMonitorsPerTerminator) -
getMaxMonitorsPerTerminator
public java.lang.Integer getMaxMonitorsPerTerminator() -
setT2Minutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT2Minutes(java.lang.Integer t2Minutes) -
getT2Minutes
public java.lang.Integer getT2Minutes() -
setT4Seconds
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT4Seconds(java.lang.Integer t4Seconds) -
getT4Seconds
public java.lang.Integer getT4Seconds() -
setT5Seconds
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT5Seconds(java.lang.Integer t5Seconds) -
getT5Seconds
public java.lang.Integer getT5Seconds() -
setT6Minutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT6Minutes(java.lang.Integer t6Minutes) -
getT6Minutes
public java.lang.Integer getT6Minutes() -
setT7Minutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT7Minutes(java.lang.Integer t7Minutes) -
getT7Minutes
public java.lang.Integer getT7Minutes() -
setT8Seconds
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT8Seconds(java.lang.Integer t8Seconds) -
getT8Seconds
public java.lang.Integer getT8Seconds() -
setTRingSeconds
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setTRingSeconds(java.lang.Integer tRingSeconds) -
getTRingSeconds
public java.lang.Integer getTRingSeconds() -
setT10OMinutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT10OMinutes(java.lang.Integer t10OMinutes) -
getT10OMinutes
public java.lang.Integer getT10OMinutes() -
setT10TMinutes
public LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyRequest setT10TMinutes(java.lang.Integer t10TMinutes) -
getT10TMinutes
public java.lang.Integer getT10TMinutes() -
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-