Uses of Class
org.jainslee.resources.diameter.gx.types.va10.ReportInterval
-
Packages that use ReportInterval Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of ReportInterval in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return ReportInterval Modifier and Type Method Description static ReportInterval
ReportInterval. fromInt(int type)
ReportInterval
MdtConfiguration. getReportInterval()
Returns the value of the Report-Interval AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type ReportInterval Modifier and Type Method Description void
MdtConfiguration. setReportInterval(ReportInterval reportInterval)
Sets the value of the Report-Interval AVP, of type Enumerated.
-