public interface SmppOutboundDestinationMBean
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getActiveInterval()
Gets the value of the activeInterval property.
|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getHeartbeatValue() |
java.math.BigInteger |
getInactiveInterval()
Gets the value of the inactiveInterval property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getResponseTimeout()
Gets the value of the responseTimeout property.
|
java.lang.String |
getSmscId()
Gets the value of the smscId property.
|
java.lang.Object |
getWeight()
Gets the value of the weight property.
|
void |
setActiveInterval(java.math.BigInteger value)
Sets the value of the activeInterval property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setHeartbeatValue(java.lang.String value)
Set the value of heartbeat
|
void |
setInactiveInterval(java.math.BigInteger value)
Sets the value of the inactiveInterval property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setResponseTimeout(java.math.BigInteger value)
Sets the value of the responseTimeout property.
|
void |
setSmscId(java.lang.String value)
Sets the value of the smscId property.
|
void |
setWeight(java.lang.Object value)
Sets the value of the weight property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getAlias()
void setAlias(java.lang.String value)
java.lang.Object getWeight()
void setWeight(java.lang.Object value)
java.lang.String getSmscId()
void setSmscId(java.lang.String value)
java.math.BigInteger getResponseTimeout()
void setResponseTimeout(java.math.BigInteger value)
java.math.BigInteger getActiveInterval()
void setActiveInterval(java.math.BigInteger value)
java.math.BigInteger getInactiveInterval()
void setInactiveInterval(java.math.BigInteger value)
void setHeartbeatValue(java.lang.String value)
java.lang.String getHeartbeatValue()