Uses of Class
com.opencloud.slee.resources.cgin.map.MAPTraceInterfaceList
-
Packages that use MAPTraceInterfaceList 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 MAPTraceInterfaceList in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPTraceInterfaceList Modifier and Type Method Description MAPTraceInterfaceListMAPTraceInterfaceList. clone()Constructs a copy of this object and everything reachable from it.static MAPTraceInterfaceListMAPTraceInterfaceList. copyOf(MAPTraceInterfaceList 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.MAPTraceInterfaceListMAPActivateTraceModeArg. getTraceInterfaceList()Gets the value of the field traceInterfaceList.MAPTraceInterfaceListMAPTraceInterfaceList. setBmsc_List(MAPBMSC_InterfaceList value)Sets the value of the field bmsc-List.MAPTraceInterfaceListMAPTraceInterfaceList. setENB_List(MAPENB_InterfaceList value)Sets the value of the field eNB-List.MAPTraceInterfaceListMAPTraceInterfaceList. setGgsn_List(MAPGGSN_InterfaceList value)Sets the value of the field ggsn-List.MAPTraceInterfaceListMAPTraceInterfaceList. setMgw_List(MAPMGW_InterfaceList value)Sets the value of the field mgw-List.MAPTraceInterfaceListMAPTraceInterfaceList. setMme_List(MAPMME_InterfaceList value)Sets the value of the field mme-List.MAPTraceInterfaceListMAPTraceInterfaceList. setMsc_s_List(MAPMSC_S_InterfaceList value)Sets the value of the field msc-s-List.MAPTraceInterfaceListMAPTraceInterfaceList. setPgw_List(MAPPGW_InterfaceList value)Sets the value of the field pgw-List.MAPTraceInterfaceListMAPTraceInterfaceList. setRnc_List(MAPRNC_InterfaceList value)Sets the value of the field rnc-List.MAPTraceInterfaceListMAPTraceInterfaceList. setSgsn_List(MAPSGSN_InterfaceList value)Sets the value of the field sgsn-List.MAPTraceInterfaceListMAPTraceInterfaceList. setSgw_List(MAPSGW_InterfaceList value)Sets the value of the field sgw-List.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPTraceInterfaceList Modifier and Type Method Description static MAPTraceInterfaceListMAPTraceInterfaceList. copyOf(MAPTraceInterfaceList 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.MAPActivateTraceModeArgMAPActivateTraceModeArg. setTraceInterfaceList(MAPTraceInterfaceList value)Sets the value of the field traceInterfaceList. -
Uses of MAPTraceInterfaceList in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPTraceInterfaceList Modifier and Type Field Description static PersistCodec<MAPTraceInterfaceList,MAPTraceInterfaceList,MAPProto.MAP_OM_DataTypes_TraceInterfaceList>MAPCodecs. MAP_OM_DataTypes_TraceInterfaceListSingleton codec for the ASN.1 type: MAP-OM-DataTypes.TraceInterfaceListstatic PersistCodec<MAPTraceInterfaceList,MAPTraceInterfaceList,MAPProto.MAP_OM_DataTypes_TraceInterfaceList>MAPCodecs. MAP_OM_DataTypes_TraceInterfaceListSingleton codec for the ASN.1 type: MAP-OM-DataTypes.TraceInterfaceList
-