Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSMPPModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemSMPPModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemSMPPModifyRequest extends Request<DefaultResponse>
Request to modify the system level data associated with the SMPP external interface. 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 BooleanenableMWICustomizedMessageprotected BooleanincludeOnlyNewMessageCountprotected IntegermaxShortMessageLengthprotected Optional<@Size(min=1,max=8) String>passwordprotected IntegerprimarySMPPPortprotected Optional<@Size(min=1,max=80) String>primarySMPPServerNetAddressprotected IntegersecondarySMPPPortprotected Optional<@Size(min=1,max=80) String>secondarySMPPServerNetAddressprotected BooleansupportMessagePayloadprotected Optional<@Size(min=1,max=16) String>systemIdprotected Optional<@Size(min=1,max=12) String>systemTypeprotected BooleanuseGsmMwiUcs2Encodingprotected SMPPVersionversion -
Constructor Summary
Constructors Constructor Description SystemSMPPModifyRequest()SystemSMPPModifyRequest(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
-
Constructor Details
-
SystemSMPPModifyRequest
public SystemSMPPModifyRequest() -
SystemSMPPModifyRequest
-
-
Method Details
-
unsetPrimarySMPPServerNetAddress
-
setPrimarySMPPServerNetAddress
public BWSystem.SystemSMPPModifyRequest setPrimarySMPPServerNetAddress(String primarySMPPServerNetAddress) -
getPrimarySMPPServerNetAddress
-
setPrimarySMPPPort
-
getPrimarySMPPPort
-
unsetSecondarySMPPServerNetAddress
-
setSecondarySMPPServerNetAddress
public BWSystem.SystemSMPPModifyRequest setSecondarySMPPServerNetAddress(String secondarySMPPServerNetAddress) -
getSecondarySMPPServerNetAddress
-
setSecondarySMPPPort
-
getSecondarySMPPPort
-
unsetSystemId
-
setSystemId
-
getSystemId
-
unsetPassword
-
setPassword
-
getPassword
-
setVersion
-
getVersion
-
unsetSystemType
-
setSystemType
-
getSystemType
-
setEnableMWICustomizedMessage
public BWSystem.SystemSMPPModifyRequest setEnableMWICustomizedMessage(Boolean enableMWICustomizedMessage) -
getEnableMWICustomizedMessage
-
setSupportMessagePayload
-
getSupportMessagePayload
-
setMaxShortMessageLength
-
getMaxShortMessageLength
-
setUseGsmMwiUcs2Encoding
-
getUseGsmMwiUcs2Encoding
-
setIncludeOnlyNewMessageCount
public BWSystem.SystemSMPPModifyRequest setIncludeOnlyNewMessageCount(Boolean includeOnlyNewMessageCount) -
getIncludeOnlyNewMessageCount
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-