Uses of Class
org.jainslee.resources.diameter.sh.types.vc60.OcReportType
-
Packages that use OcReportType Package Description org.jainslee.resources.diameter.sh.types.vc60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v12.6.0.
org.jainslee.resources.diameter.sh.vc60 -
-
Uses of OcReportType in org.jainslee.resources.diameter.sh.types.vc60
Fields in org.jainslee.resources.diameter.sh.types.vc60 declared as OcReportType Modifier and Type Field Description static OcReportType
OcReportType. HOST_REPORT
The overload report is for a host.static OcReportType
OcReportType. REALM_REPORT
The overload report is for a realm.Methods in org.jainslee.resources.diameter.sh.types.vc60 that return OcReportType Modifier and Type Method Description static OcReportType
OcReportType. fromInt(int type)
OcReportType
OcOlr. getOcReportType()
Returns the value of the OC-Report-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.sh.types.vc60 with parameters of type OcReportType Modifier and Type Method Description void
OcOlr. setOcReportType(OcReportType ocReportType)
Sets the value of the OC-Report-Type AVP, of type Enumerated. -
Uses of OcReportType in org.jainslee.resources.diameter.sh.vc60
Methods in org.jainslee.resources.diameter.sh.vc60 with parameters of type OcReportType Modifier and Type Method Description OcOlr
MessageFactory. createOcOlr(long ocSequenceNumber, OcReportType ocReportType)
Create a OcOlr (Grouped AVP) instance using required AVP values.
-