Uses of Interface
org.jainslee.resources.diameter.ro.types.vb80.UserCsgInformation
-
Packages that use UserCsgInformation Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.ro.vb80 -
-
Uses of UserCsgInformation in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return UserCsgInformation Modifier and Type Method Description UserCsgInformation
PsInformation. getUserCsgInformation()
Returns the value of the User-CSG-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type UserCsgInformation Modifier and Type Method Description void
PsInformation. setUserCsgInformation(UserCsgInformation userCsgInformation)
Sets the value of the User-CSG-Information AVP, of type Grouped. -
Uses of UserCsgInformation in org.jainslee.resources.diameter.ro.vb80
Methods in org.jainslee.resources.diameter.ro.vb80 that return UserCsgInformation Modifier and Type Method Description UserCsgInformation
MessageFactory. createUserCsgInformation()
Create an empty UserCsgInformation (Grouped AVP) instance.UserCsgInformation
MessageFactory. createUserCsgInformation(long csgId, CsgAccessMode csgAccessMode)
Create a UserCsgInformation (Grouped AVP) instance using required AVP values.
-