Uses of Class
org.jainslee.resources.diameter.rf.types.vcb0.PriorityIndication
-
Packages that use PriorityIndication Package Description org.jainslee.resources.diameter.rf.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PriorityIndication in org.jainslee.resources.diameter.rf.types.vcb0
Fields in org.jainslee.resources.diameter.rf.types.vcb0 declared as PriorityIndication Modifier and Type Field Description static PriorityIndication
PriorityIndication. NON_PRIORITY
This value indicates that the device trigger has non-priority.static PriorityIndication
PriorityIndication. PRIORITY
This value indicates that the device trigger has priority.Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return PriorityIndication Modifier and Type Method Description static PriorityIndication
PriorityIndication. fromInt(int type)
PriorityIndication
SmDeviceTriggerInformation. getPriorityIndication()
Returns the value of the Priority-Indication AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type PriorityIndication Modifier and Type Method Description void
SmDeviceTriggerInformation. setPriorityIndication(PriorityIndication priorityIndication)
Sets the value of the Priority-Indication AVP, of type Enumerated.
-