Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemASRParametersGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemASRParametersGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
BWSystem
Response to SystemASRParametersGetRequest23. Contains a list of system Application Server Registration parameters. The following elements are only used in AS data mode: enableCustomMessageControl, value "false" is returned in XS data mode customNumberOfUsersPerMessage, value "10" is returned in XS data mode customMessageIntervalMilliseconds, value "100000" is returned in XS data mode
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Integerprotected 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()voidsetCustomMessageIntervalMilliseconds(Integer customMessageIntervalMilliseconds) voidsetCustomNumberOfUsersPerMessage(Integer customNumberOfUsersPerMessage) voidsetEnableCustomMessageControl(Boolean enableCustomMessageControl) voidsetListeningPort(Integer listeningPort) voidsetMaxTransmissions(Integer maxTransmissions) voidsetRetransmissionDelayMilliSeconds(Integer retransmissionDelayMilliSeconds) 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
-
maxTransmissions
-
retransmissionDelayMilliSeconds
-
listeningPort
-
enableCustomMessageControl
-
customNumberOfUsersPerMessage
-
customMessageIntervalMilliseconds
-
-
Constructor Details
-
SystemASRParametersGetResponse
public SystemASRParametersGetResponse()
-
-
Method Details
-
setMaxTransmissions
-
getMaxTransmissions
-
setRetransmissionDelayMilliSeconds
-
getRetransmissionDelayMilliSeconds
-
setListeningPort
-
getListeningPort
-
setEnableCustomMessageControl
-
getEnableCustomMessageControl
-
setCustomNumberOfUsersPerMessage
-
getCustomNumberOfUsersPerMessage
-
setCustomMessageIntervalMilliseconds
-
getCustomMessageIntervalMilliseconds
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-