Uses of Interface
org.jainslee.resources.diameter.rf.types.vcb0.AocCostInformation
-
Packages that use AocCostInformation Package Description org.jainslee.resources.diameter.rf.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.rf.vcb0 -
-
Uses of AocCostInformation in org.jainslee.resources.diameter.rf.types.vcb0
Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return AocCostInformation Modifier and Type Method Description AocCostInformation
AocInformation. getAocCostInformation()
Returns the value of the AoC-Cost-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type AocCostInformation Modifier and Type Method Description void
AocInformation. setAocCostInformation(AocCostInformation aocCostInformation)
Sets the value of the AoC-Cost-Information AVP, of type Grouped. -
Uses of AocCostInformation in org.jainslee.resources.diameter.rf.vcb0
Methods in org.jainslee.resources.diameter.rf.vcb0 that return AocCostInformation Modifier and Type Method Description AocCostInformation
MessageFactory. createAocCostInformation()
Create an empty AocCostInformation (Grouped AVP) instance.
-