public interface DiameterInboundRoutingMBean
Modifier and Type | Method and Description |
---|---|
void |
addDiameterIncomingRoutingRule()
Add a new element named diameterIncomingRoutingRule
|
java.util.List<KeyBasedDispatchRuleMBean> |
getDiameterIncomingRoutingRuleMBean()
Return the list of the KeyBasedDispatchRule element
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
removeDiameterIncomingRoutingRule(int index)
Remove an element named diameterIncomingRoutingRule by the index
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
void addDiameterIncomingRoutingRule()
void removeDiameterIncomingRoutingRule(int index)
java.util.List<KeyBasedDispatchRuleMBean> getDiameterIncomingRoutingRuleMBean()