Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSMPPGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemSMPPGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BWSystem
Response to SystemSMPPGetRequest22. The following elements are only used in AS data mode: primarySMPPServerNetAddress, value "" is returned in Amplify data mode primarySMPPPort, value "2775" is returned in Amplify data mode secondarySMPPServerNetAddress, value "" is returned in Amplify mode secondarySMPPPort, value "2775" is returned in Amplify data mode systemId, value "" is returned in Amplify data mode password, value "" is returned in Amplify mode version, value "" is returned in Amplify data mode systemType, value "VMS" is returned in Amplify mode useGsmMwiUcs2Encoding, value "true" is returned in Amplify mode
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Integerprotected Stringprotected Integerprotected Stringprotected Integerprotected Stringprotected Booleanprotected Stringprotected Stringprotected Booleanprotected SMPPVersionFields 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()voidsetEnableMWICustomizedMessage(Boolean enableMWICustomizedMessage) voidsetIncludeOnlyNewMessageCount(Boolean includeOnlyNewMessageCount) voidsetMaxShortMessageLength(Integer maxShortMessageLength) voidsetPassword(String password) voidsetPrimarySMPPPort(Integer primarySMPPPort) voidsetPrimarySMPPServerNetAddress(String primarySMPPServerNetAddress) voidsetSecondarySMPPPort(Integer secondarySMPPPort) voidsetSecondarySMPPServerNetAddress(String secondarySMPPServerNetAddress) voidsetSupportMessagePayload(Boolean supportMessagePayload) voidsetSystemId(String systemId) voidsetSystemType(String systemType) voidsetUseGsmMwiUcs2Encoding(Boolean useGsmMwiUcs2Encoding) voidsetVersion(SMPPVersion version) 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
-
-
primarySMPPPort
-
secondarySMPPServerNetAddress
-
secondarySMPPPort
-
systemId
-
password
-
version
-
systemType
-
enableMWICustomizedMessage
-
supportMessagePayload
-
maxShortMessageLength
-
useGsmMwiUcs2Encoding
-
includeOnlyNewMessageCount
-
-
Constructor Details
-
SystemSMPPGetResponse
public SystemSMPPGetResponse()
-
-
Method Details
-
setPrimarySMPPServerNetAddress
-
getPrimarySMPPServerNetAddress
-
setPrimarySMPPPort
-
getPrimarySMPPPort
-
setSecondarySMPPServerNetAddress
-
getSecondarySMPPServerNetAddress
-
setSecondarySMPPPort
-
getSecondarySMPPPort
-
setSystemId
-
getSystemId
-
setPassword
-
getPassword
-
setVersion
-
getVersion
-
setSystemType
-
getSystemType
-
setEnableMWICustomizedMessage
-
getEnableMWICustomizedMessage
-
setSupportMessagePayload
-
getSupportMessagePayload
-
setMaxShortMessageLength
-
getMaxShortMessageLength
-
setUseGsmMwiUcs2Encoding
-
getUseGsmMwiUcs2Encoding
-
setIncludeOnlyNewMessageCount
-
getIncludeOnlyNewMessageCount
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-