public interface RouteBean extends DiameterDescriptorBean
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_LOCAL |
static String |
ACTION_NONE |
static String |
ACTION_PROXY |
static String |
ACTION_REDIRECT |
static String |
ACTION_RELAY |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
The action type used with this route.
|
int |
getApplicationId()
The target application ID for the route.
|
String |
getRealm()
The target realm.
|
String[] |
getServers()
One or more target servers.
|
boolean |
isActionSet() |
boolean |
isApplicationIdSet() |
boolean |
isRealmSet() |
boolean |
isServersSet() |
void |
setAction(String action) |
void |
setApplicationId(int appId) |
void |
setRealm(String realm) |
void |
setServers(String[] servers) |
getName, setName
static final String ACTION_NONE
static final String ACTION_LOCAL
static final String ACTION_RELAY
static final String ACTION_PROXY
static final String ACTION_REDIRECT
String getRealm()
void setRealm(String realm)
boolean isRealmSet()
int getApplicationId()
void setApplicationId(int appId)
boolean isApplicationIdSet()
String getAction()
void setAction(String action)
boolean isActionSet()
String[] getServers()
void setServers(String[] servers)
boolean isServersSet()