Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.UserCsgInformation
-
Packages that use UserCsgInformation Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP 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 UserCsgInformation
PsInformation. getUserCsgInformation()
Returns the value of the User-CSG-Information AVP, of type Grouped.UserCsgInformation
ServiceDataContainer. getUserCsgInformation()
Returns the value of the User-CSG-Information AVP, of type Grouped.UserCsgInformation
TrafficDataVolumes. 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 void
PsInformation. setUserCsgInformation(UserCsgInformation userCsgInformation)
Sets the value of the User-CSG-Information AVP, of type Grouped.void
ServiceDataContainer. setUserCsgInformation(UserCsgInformation userCsgInformation)
Sets the value of the User-CSG-Information AVP, of type Grouped.void
TrafficDataVolumes. 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 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.
-