public interface DiameterOutboundDestinationMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getHost()
Gets the value of the host property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRealm()
Gets the value of the realm property.
|
java.lang.Object |
getWeight()
Gets the value of the weight property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setHost(java.lang.String value)
Sets the value of the host property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRealm(java.lang.String value)
Sets the value of the realm 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 getHost()
void setHost(java.lang.String value)
java.lang.String getRealm()
void setRealm(java.lang.String value)
java.lang.Object getWeight()
void setWeight(java.lang.Object value)