Class BWSystem.SystemSMPPGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemSMPPGetResponse extends Response
Response to SystemSMPPGetRequest22.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • primarySMPPServerNetAddress

      protected String primarySMPPServerNetAddress
    • primarySMPPPort

      protected Integer primarySMPPPort
    • secondarySMPPServerNetAddress

      protected String secondarySMPPServerNetAddress
    • secondarySMPPPort

      protected Integer secondarySMPPPort
    • systemId

      protected String systemId
    • password

      protected String password
    • version

      protected SMPPVersion version
    • systemType

      protected String systemType
    • enableMWICustomizedMessage

      protected Boolean enableMWICustomizedMessage
    • supportMessagePayload

      protected Boolean supportMessagePayload
    • maxShortMessageLength

      protected Integer maxShortMessageLength
    • useGsmMwiUcs2Encoding

      protected Boolean useGsmMwiUcs2Encoding
    • includeOnlyNewMessageCount

      protected Boolean includeOnlyNewMessageCount
  • Constructor Details

    • SystemSMPPGetResponse

      public SystemSMPPGetResponse()
  • Method Details

    • setPrimarySMPPServerNetAddress

      public void setPrimarySMPPServerNetAddress(String primarySMPPServerNetAddress)
    • getPrimarySMPPServerNetAddress

      public String getPrimarySMPPServerNetAddress()
    • setPrimarySMPPPort

      public void setPrimarySMPPPort(Integer primarySMPPPort)
    • getPrimarySMPPPort

      public Integer getPrimarySMPPPort()
    • setSecondarySMPPServerNetAddress

      public void setSecondarySMPPServerNetAddress(String secondarySMPPServerNetAddress)
    • getSecondarySMPPServerNetAddress

      public String getSecondarySMPPServerNetAddress()
    • setSecondarySMPPPort

      public void setSecondarySMPPPort(Integer secondarySMPPPort)
    • getSecondarySMPPPort

      public Integer getSecondarySMPPPort()
    • setSystemId

      public void setSystemId(String systemId)
    • getSystemId

      public String getSystemId()
    • setPassword

      public void setPassword(String password)
    • getPassword

      public String getPassword()
    • setVersion

      public void setVersion(SMPPVersion version)
    • getVersion

      public SMPPVersion getVersion()
    • setSystemType

      public void setSystemType(String systemType)
    • getSystemType

      public String getSystemType()
    • setEnableMWICustomizedMessage

      public void setEnableMWICustomizedMessage(Boolean enableMWICustomizedMessage)
    • getEnableMWICustomizedMessage

      public Boolean getEnableMWICustomizedMessage()
    • setSupportMessagePayload

      public void setSupportMessagePayload(Boolean supportMessagePayload)
    • getSupportMessagePayload

      public Boolean getSupportMessagePayload()
    • setMaxShortMessageLength

      public void setMaxShortMessageLength(Integer maxShortMessageLength)
    • getMaxShortMessageLength

      public Integer getMaxShortMessageLength()
    • setUseGsmMwiUcs2Encoding

      public void setUseGsmMwiUcs2Encoding(Boolean useGsmMwiUcs2Encoding)
    • getUseGsmMwiUcs2Encoding

      public Boolean getUseGsmMwiUcs2Encoding()
    • setIncludeOnlyNewMessageCount

      public void setIncludeOnlyNewMessageCount(Boolean includeOnlyNewMessageCount)
    • getIncludeOnlyNewMessageCount

      public Boolean getIncludeOnlyNewMessageCount()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object