Uses of Class
org.jainslee.resources.diameter.gx.types.vb90.CsgInformationReporting
-
Packages that use CsgInformationReporting Package Description org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of CsgInformationReporting in org.jainslee.resources.diameter.gx.types.vb90
Fields in org.jainslee.resources.diameter.gx.types.vb90 declared as CsgInformationReporting Modifier and Type Field Description static CsgInformationReportingCsgInformationReporting. CHANGE_CSG_CELLstatic CsgInformationReportingCsgInformationReporting. CHANGE_CSG_SUBSCRIBED_HYBRID_CELLstatic CsgInformationReportingCsgInformationReporting. CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELLMethods in org.jainslee.resources.diameter.gx.types.vb90 that return CsgInformationReporting Modifier and Type Method Description static CsgInformationReportingCsgInformationReporting. fromInt(int type)CsgInformationReporting[]CreditControlAnswer. getCsgInformationReportings()Returns the set of CSG-Information-Reporting AVPs.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type CsgInformationReporting Modifier and Type Method Description voidCreditControlAnswer. setCsgInformationReporting(CsgInformationReporting csgInformationReporting)Sets a single CSG-Information-Reporting AVP in the message, of type Enumerated.voidCreditControlAnswer. setCsgInformationReportings(CsgInformationReporting[] csgInformationReportings)Sets the set of CSG-Information-Reporting AVPs, with all the values in the given array.
-