public interface SipOutboundDestinationMBean
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 |
getHeartbeatMethodValue() |
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 |
getSipUri()
Gets the value of the sipUri property.
|
java.lang.Object |
getTrackerDomain()
Gets the value of the trackerDomain 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 |
setHeartbeatMethodValue(java.lang.String value)
Set the value of heartbeatMethod
|
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 |
setSipUri(java.lang.String value)
Sets the value of the sipUri property.
|
void |
setTrackerDomain(java.lang.Object value)
Sets the value of the trackerDomain 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.String getSipUri()
void setSipUri(java.lang.String value)
java.lang.Object getWeight()
void setWeight(java.lang.Object 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)
java.lang.Object getTrackerDomain()
void setTrackerDomain(java.lang.Object value)
void setHeartbeatValue(java.lang.String value)
java.lang.String getHeartbeatValue()
void setHeartbeatMethodValue(java.lang.String value)
java.lang.String getHeartbeatMethodValue()