Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.ReadReplyReportRequested
-
Packages that use ReadReplyReportRequested Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of ReadReplyReportRequested in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as ReadReplyReportRequested Modifier and Type Field Description static ReadReplyReportRequested
ReadReplyReportRequested. NO
static ReadReplyReportRequested
ReadReplyReportRequested. YES
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ReadReplyReportRequested Modifier and Type Method Description static ReadReplyReportRequested
ReadReplyReportRequested. fromInt(int type)
ReadReplyReportRequested
MmsInformation. getReadReplyReportRequested()
Returns the value of the Read-Reply-Report-Requested AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ReadReplyReportRequested Modifier and Type Method Description void
MmsInformation. setReadReplyReportRequested(ReadReplyReportRequested readReplyReportRequested)
Sets the value of the Read-Reply-Report-Requested AVP, of type Enumerated.
-