public interface KeyBasedDispatchRuleMBean
Modifier and Type | Method and Description |
---|---|
void |
addDiameterIncomingRoutingCriteria()
Add a new element named diameterIncomingRoutingCriteria
|
java.util.List<KeyBasedDispatchCriteriaMBean> |
getDiameterIncomingRoutingCriteriaMBean()
Return the list of the KeyBasedDispatchCriteria element
|
java.lang.String |
getModuleInstance()
Gets the value of the moduleInstance property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getPriority()
Gets the value of the priority property.
|
void |
removeDiameterIncomingRoutingCriteria(int index)
Remove an element named diameterIncomingRoutingCriteria by the index
|
void |
setModuleInstance(java.lang.String value)
Sets the value of the moduleInstance property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPriority(java.math.BigInteger value)
Sets the value of the priority property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.math.BigInteger getPriority()
void setPriority(java.math.BigInteger value)
java.lang.String getModuleInstance()
void setModuleInstance(java.lang.String value)
void addDiameterIncomingRoutingCriteria()
void removeDiameterIncomingRoutingCriteria(int index)
java.util.List<KeyBasedDispatchCriteriaMBean> getDiameterIncomingRoutingCriteriaMBean()