Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.Status
-
Packages that use Status Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of Status in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as Status Modifier and Type Field Description static Status
Status. RESPONSE_4XX
static Status
Status. RESPONSE_5XX
static Status
Status. TIMEOUT
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return Status Modifier and Type Method Description static Status
Status. fromInt(int type)
Status
ApplicationServerInformation. getStatus()
Returns the value of the Status AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type Status Modifier and Type Method Description void
ApplicationServerInformation. setStatus(Status status)
Sets the value of the Status AVP, of type Enumerated.
-