Class BusyLampField.SystemBusyLampFieldGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.BusyLampField.SystemBusyLampFieldGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BusyLampField
Response to SystemBusyLampFieldGetRequest23V2. The following elements are only used in AS data mode: forceUseOfTCP enableRedundancy, value "false" is returned in XS data mode redundancyTaskDelayMilliseconds, value "10000" is returned in Amplify and XS data mode redundancyTaskIntervalMilliseconds, value of "1000" is returned in Amplify and XS data mode maxNumberOfSubscriptionsPerRedundancyTaskInterval, value of "50" is returned in Amplify and XS data mode ignoreUnansweredTerminatingCalls, value “false” is returned in XS data mode
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Integerprotected Integerprotected IntegerFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetDisplayLocalUserIdentityLastNameFirst(Boolean displayLocalUserIdentityLastNameFirst) voidsetEnableRedundancy(Boolean enableRedundancy) voidsetForceUseOfTCP(Boolean forceUseOfTCP) voidsetIgnoreUnansweredTerminatingCalls(Boolean ignoreUnansweredTerminatingCalls) voidsetMaxNumberOfSubscriptionsPerRedundancyTaskInterval(Integer maxNumberOfSubscriptionsPerRedundancyTaskInterval) voidsetRedundancyTaskDelayMilliseconds(Integer redundancyTaskDelayMilliseconds) voidsetRedundancyTaskIntervalMilliseconds(Integer redundancyTaskIntervalMilliseconds) toString()voidTransforms 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, setRequestMethods 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
-
displayLocalUserIdentityLastNameFirst
-
forceUseOfTCP
-
enableRedundancy
-
redundancyTaskDelayMilliseconds
-
redundancyTaskIntervalMilliseconds
-
maxNumberOfSubscriptionsPerRedundancyTaskInterval
-
ignoreUnansweredTerminatingCalls
-
-
Constructor Details
-
SystemBusyLampFieldGetResponse
public SystemBusyLampFieldGetResponse()
-
-
Method Details
-
setDisplayLocalUserIdentityLastNameFirst
-
getDisplayLocalUserIdentityLastNameFirst
-
setForceUseOfTCP
-
getForceUseOfTCP
-
setEnableRedundancy
-
getEnableRedundancy
-
setRedundancyTaskDelayMilliseconds
-
getRedundancyTaskDelayMilliseconds
-
setRedundancyTaskIntervalMilliseconds
-
getRedundancyTaskIntervalMilliseconds
-
setMaxNumberOfSubscriptionsPerRedundancyTaskInterval
public void setMaxNumberOfSubscriptionsPerRedundancyTaskInterval(Integer maxNumberOfSubscriptionsPerRedundancyTaskInterval) -
getMaxNumberOfSubscriptionsPerRedundancyTaskInterval
-
setIgnoreUnansweredTerminatingCalls
-
getIgnoreUnansweredTerminatingCalls
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-