Uses of Interface
org.jainslee.resources.diameter.ro.types.va00.UserCsgInformation
-
Packages that use UserCsgInformation Package Description org.jainslee.resources.diameter.ro.types.va00 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v10.0.0.org.jainslee.resources.diameter.ro.va00 -
-
Uses of UserCsgInformation in org.jainslee.resources.diameter.ro.types.va00
Methods in org.jainslee.resources.diameter.ro.types.va00 that return UserCsgInformation Modifier and Type Method Description UserCsgInformationPsInformation. getUserCsgInformation()Returns the value of the User-CSG-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.va00 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. -
Uses of UserCsgInformation in org.jainslee.resources.diameter.ro.va00
Methods in org.jainslee.resources.diameter.ro.va00 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.
-