@GwtIncompatible public static class BWSystem.SystemSMPPModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<String> |
password |
protected Integer |
primarySMPPPort |
protected com.google.common.base.Optional<String> |
primarySMPPServerNetAddress |
protected Integer |
secondarySMPPPort |
protected com.google.common.base.Optional<String> |
secondarySMPPServerNetAddress |
protected com.google.common.base.Optional<String> |
systemId |
protected com.google.common.base.Optional<String> |
systemType |
protected SMPPVersion |
version |
Constructor and Description |
---|
SystemSMPPModifyRequest(BroadWorksServer broadWorksServer) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
protected com.google.common.base.Optional<String> primarySMPPServerNetAddress
protected Integer primarySMPPPort
protected com.google.common.base.Optional<String> secondarySMPPServerNetAddress
protected Integer secondarySMPPPort
protected com.google.common.base.Optional<String> systemId
protected com.google.common.base.Optional<String> password
protected SMPPVersion version
protected com.google.common.base.Optional<String> systemType
public SystemSMPPModifyRequest(BroadWorksServer broadWorksServer)
public BWSystem.SystemSMPPModifyRequest setPrimarySMPPServerNetAddress(String primarySMPPServerNetAddress)
public com.google.common.base.Optional<String> getPrimarySMPPServerNetAddress()
public BWSystem.SystemSMPPModifyRequest setPrimarySMPPPort(Integer primarySMPPPort)
public Integer getPrimarySMPPPort()
public BWSystem.SystemSMPPModifyRequest setSecondarySMPPServerNetAddress(String secondarySMPPServerNetAddress)
public com.google.common.base.Optional<String> getSecondarySMPPServerNetAddress()
public BWSystem.SystemSMPPModifyRequest setSecondarySMPPPort(Integer secondarySMPPPort)
public Integer getSecondarySMPPPort()
public BWSystem.SystemSMPPModifyRequest setSystemId(String systemId)
public com.google.common.base.Optional<String> getSystemId()
public BWSystem.SystemSMPPModifyRequest setPassword(String password)
public com.google.common.base.Optional<String> getPassword()
public BWSystem.SystemSMPPModifyRequest setVersion(SMPPVersion version)
public SMPPVersion getVersion()
public BWSystem.SystemSMPPModifyRequest setSystemType(String systemType)
public com.google.common.base.Optional<String> getSystemType()
public void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.