Uses of Class
org.jainslee.resources.diameter.gx.types.va10.LoggingDuration
-
Packages that use LoggingDuration 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 LoggingDuration in org.jainslee.resources.diameter.gx.types.va10
Fields in org.jainslee.resources.diameter.gx.types.va10 declared as LoggingDuration Modifier and Type Field Description static LoggingDuration
LoggingDuration. DUR_1200_SEC
static LoggingDuration
LoggingDuration. DUR_2400_SEC
static LoggingDuration
LoggingDuration. DUR_3600_SEC
static LoggingDuration
LoggingDuration. DUR_5400_SEC
static LoggingDuration
LoggingDuration. DUR_600_SEC
static LoggingDuration
LoggingDuration. DUR_7200_SEC
Methods in org.jainslee.resources.diameter.gx.types.va10 that return LoggingDuration Modifier and Type Method Description static LoggingDuration
LoggingDuration. fromInt(int type)
LoggingDuration
MdtConfiguration. getLoggingDuration()
Returns the value of the Logging-Duration AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type LoggingDuration Modifier and Type Method Description void
MdtConfiguration. setLoggingDuration(LoggingDuration loggingDuration)
Sets the value of the Logging-Duration AVP, of type Enumerated.
-