Uses of Interface
org.jainslee.resources.diameter.gx.types.va10.MdtConfiguration
-
Packages that use MdtConfiguration Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.va10 -
-
Uses of MdtConfiguration in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return MdtConfiguration Modifier and Type Method Description MdtConfiguration
TraceData. getMdtConfiguration()
Returns the value of the MDT-Configuration AVP, of type Grouped.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type MdtConfiguration Modifier and Type Method Description void
TraceData. setMdtConfiguration(MdtConfiguration mdtConfiguration)
Sets the value of the MDT-Configuration AVP, of type Grouped. -
Uses of MdtConfiguration in org.jainslee.resources.diameter.gx.va10
Methods in org.jainslee.resources.diameter.gx.va10 that return MdtConfiguration Modifier and Type Method Description MdtConfiguration
MessageFactory. createMdtConfiguration()
Create an empty MdtConfiguration (Grouped AVP) instance.MdtConfiguration
MessageFactory. createMdtConfiguration(JobType jobType)
Create a MdtConfiguration (Grouped AVP) instance using required AVP values.
-