Class LegacyAutomaticCallback.SystemLegacyAutomaticCallbackGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.LegacyAutomaticCallback.SystemLegacyAutomaticCallbackGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LegacyAutomaticCallback
public static class LegacyAutomaticCallback.SystemLegacyAutomaticCallbackGetResponse
extends Response
Response to SystemLegacyAutomaticCallbackGetRequest.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setMaxMonitorsPerOriginator
(Integer maxMonitorsPerOriginator) void
setMaxMonitorsPerTerminator
(Integer maxMonitorsPerTerminator) void
setT10OMinutes
(Integer t10OMinutes) void
setT10TMinutes
(Integer t10TMinutes) void
setT2Minutes
(Integer t2Minutes) void
setT4Seconds
(Integer t4Seconds) void
setT5Seconds
(Integer t5Seconds) void
setT6Minutes
(Integer t6Minutes) void
setT7Minutes
(Integer t7Minutes) void
setT8Seconds
(Integer t8Seconds) void
setTRingSeconds
(Integer tRingSeconds) toString()
void
Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
maxMonitorsPerOriginator
-
maxMonitorsPerTerminator
-
t2Minutes
-
t4Seconds
-
t5Seconds
-
t6Minutes
-
t7Minutes
-
t8Seconds
-
tRingSeconds
-
t10OMinutes
-
t10TMinutes
-
-
Constructor Details
-
SystemLegacyAutomaticCallbackGetResponse
public SystemLegacyAutomaticCallbackGetResponse()
-
-
Method Details
-
setMaxMonitorsPerOriginator
-
getMaxMonitorsPerOriginator
-
setMaxMonitorsPerTerminator
-
getMaxMonitorsPerTerminator
-
setT2Minutes
-
getT2Minutes
-
setT4Seconds
-
getT4Seconds
-
setT5Seconds
-
getT5Seconds
-
setT6Minutes
-
getT6Minutes
-
setT7Minutes
-
getT7Minutes
-
setT8Seconds
-
getT8Seconds
-
setTRingSeconds
-
getTRingSeconds
-
setT10OMinutes
-
getT10OMinutes
-
setT10TMinutes
-
getT10TMinutes
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-