Uses of Class
com.opencloud.slee.resources.cgin.map.MAPTraceDepthList
-
Packages that use MAPTraceDepthList Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPTraceDepthList in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPTraceDepthList Modifier and Type Method Description MAPTraceDepthList
MAPTraceDepthList. clone()
Constructs a copy of this object and everything reachable from it.static MAPTraceDepthList
MAPTraceDepthList. copyOf(MAPTraceDepthList from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPTraceDepthList
MAPActivateTraceModeArg. getTraceDepthList()
Gets the value of the field traceDepthList.MAPTraceDepthList
MAPTraceDepthList. setBmsc_TraceDepth(MAPTraceDepth value)
Sets the value of the field bmsc-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setENB_TraceDepth(MAPTraceDepth value)
Sets the value of the field eNB-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setGgsn_TraceDepth(MAPTraceDepth value)
Sets the value of the field ggsn-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setMgw_TraceDepth(MAPTraceDepth value)
Sets the value of the field mgw-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setMme_TraceDepth(MAPTraceDepth value)
Sets the value of the field mme-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setMsc_s_TraceDepth(MAPTraceDepth value)
Sets the value of the field msc-s-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setPgw_TraceDepth(MAPTraceDepth value)
Sets the value of the field pgw-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setRnc_TraceDepth(MAPTraceDepth value)
Sets the value of the field rnc-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setSgsn_TraceDepth(MAPTraceDepth value)
Sets the value of the field sgsn-TraceDepth.MAPTraceDepthList
MAPTraceDepthList. setSgw_TraceDepth(MAPTraceDepth value)
Sets the value of the field sgw-TraceDepth.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPTraceDepthList Modifier and Type Method Description static MAPTraceDepthList
MAPTraceDepthList. copyOf(MAPTraceDepthList from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPActivateTraceModeArg
MAPActivateTraceModeArg. setTraceDepthList(MAPTraceDepthList value)
Sets the value of the field traceDepthList. -
Uses of MAPTraceDepthList in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPTraceDepthList Modifier and Type Field Description static PersistCodec<MAPTraceDepthList,MAPTraceDepthList,MAPProto.MAP_OM_DataTypes_TraceDepthList>
MAPCodecs. MAP_OM_DataTypes_TraceDepthList
Singleton codec for the ASN.1 type: MAP-OM-DataTypes.TraceDepthListstatic PersistCodec<MAPTraceDepthList,MAPTraceDepthList,MAPProto.MAP_OM_DataTypes_TraceDepthList>
MAPCodecs. MAP_OM_DataTypes_TraceDepthList
Singleton codec for the ASN.1 type: MAP-OM-DataTypes.TraceDepthList
-