Uses of Interface
org.jainslee.resources.diameter.gx.types.va10.AllocationRetentionPriority
-
Packages that use AllocationRetentionPriority Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.va10 -
-
Uses of AllocationRetentionPriority in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return AllocationRetentionPriority Modifier and Type Method Description AllocationRetentionPriority
DefaultEpsBearerQos. getAllocationRetentionPriority()
Returns the value of the Allocation-Retention-Priority AVP, of type Grouped.AllocationRetentionPriority
QosInformation. getAllocationRetentionPriority()
Returns the value of the Allocation-Retention-Priority AVP, of type Grouped.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type AllocationRetentionPriority Modifier and Type Method Description void
DefaultEpsBearerQos. setAllocationRetentionPriority(AllocationRetentionPriority allocationRetentionPriority)
Sets the value of the Allocation-Retention-Priority AVP, of type Grouped.void
QosInformation. setAllocationRetentionPriority(AllocationRetentionPriority allocationRetentionPriority)
Sets the value of the Allocation-Retention-Priority AVP, of type Grouped. -
Uses of AllocationRetentionPriority in org.jainslee.resources.diameter.gx.va10
Methods in org.jainslee.resources.diameter.gx.va10 that return AllocationRetentionPriority Modifier and Type Method Description AllocationRetentionPriority
MessageFactory. createAllocationRetentionPriority()
Create an empty AllocationRetentionPriority (Grouped AVP) instance.AllocationRetentionPriority
MessageFactory. createAllocationRetentionPriority(long priorityLevel)
Create a AllocationRetentionPriority (Grouped AVP) instance using required AVP values.
-