Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.UserCsgInformation
-
Packages that use UserCsgInformation Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v12.11.0.org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of UserCsgInformation in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return UserCsgInformation Modifier and Type Method Description UserCsgInformationPsInformation. getUserCsgInformation()Returns the value of the User-CSG-Information AVP, of type Grouped.UserCsgInformationServiceDataContainer. getUserCsgInformation()Returns the value of the User-CSG-Information AVP, of type Grouped.UserCsgInformationTrafficDataVolumes. getUserCsgInformation()Returns the value of the User-CSG-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type UserCsgInformation Modifier and Type Method Description voidPsInformation. setUserCsgInformation(UserCsgInformation userCsgInformation)Sets the value of the User-CSG-Information AVP, of type Grouped.voidServiceDataContainer. setUserCsgInformation(UserCsgInformation userCsgInformation)Sets the value of the User-CSG-Information AVP, of type Grouped.voidTrafficDataVolumes. setUserCsgInformation(UserCsgInformation userCsgInformation)Sets the value of the User-CSG-Information AVP, of type Grouped. -
Uses of UserCsgInformation in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return UserCsgInformation Modifier and Type Method Description UserCsgInformationMessageFactory. createUserCsgInformation()Create an empty UserCsgInformation (Grouped AVP) instance.UserCsgInformationMessageFactory. createUserCsgInformation(long csgId, CsgAccessMode csgAccessMode)Create a UserCsgInformation (Grouped AVP) instance using required AVP values.
-