Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.PreEmptionVulnerability
-
Packages that use PreEmptionVulnerability Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PreEmptionVulnerability in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as PreEmptionVulnerability Modifier and Type Field Description static PreEmptionVulnerability
PreEmptionVulnerability. PRE_EMPTION_VULNERABILITY_DISABLED
static PreEmptionVulnerability
PreEmptionVulnerability. PRE_EMPTION_VULNERABILITY_ENABLED
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return PreEmptionVulnerability Modifier and Type Method Description static PreEmptionVulnerability
PreEmptionVulnerability. fromInt(int type)
PreEmptionVulnerability
AllocationRetentionPriority. getPreEmptionVulnerability()
Returns the value of the Pre-emption-Vulnerability AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type PreEmptionVulnerability Modifier and Type Method Description void
AllocationRetentionPriority. setPreEmptionVulnerability(PreEmptionVulnerability preEmptionVulnerability)
Sets the value of the Pre-emption-Vulnerability AVP, of type Enumerated.
-