Uses of Class
com.opencloud.slee.resources.cgin.map.MAPODB_Data
-
Packages that use MAPODB_Data 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 MAPODB_Data in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPODB_Data Modifier and Type Method Description MAPODB_Data
MAPODB_Data. clone()
Constructs a copy of this object and everything reachable from it.static MAPODB_Data
MAPODB_Data. copyOf(MAPODB_Data 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.MAPODB_Data
MAPModificationRequestFor_ODB_data. getOdb_data()
Gets the value of the field odb-data.MAPODB_Data
MAPInsertSubscriberDataArg. getOdb_Data()
Gets the value of the field odb-Data.MAPODB_Data
MAPODB_Info. getOdb_Data()
Gets the value of the field odb-Data.MAPODB_Data
MAPSubscriberData. getOdb_Data()
Gets the value of the field odb-Data.MAPODB_Data
MAPODB_Data. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPODB_Data
MAPODB_Data. setOdb_GeneralData(MAPODB_GeneralData value)
Sets the value of the field odb-GeneralData.MAPODB_Data
MAPODB_Data. setOdb_HPLMN_Data(MAPODB_HPLMN_Data value)
Sets the value of the field odb-HPLMN-Data.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPODB_Data Modifier and Type Method Description static MAPODB_Data
MAPODB_Data. copyOf(MAPODB_Data 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.MAPModificationRequestFor_ODB_data
MAPModificationRequestFor_ODB_data. setOdb_data(MAPODB_Data value)
Sets the value of the field odb-data.MAPInsertSubscriberDataArg
MAPInsertSubscriberDataArg. setOdb_Data(MAPODB_Data value)
Sets the value of the field odb-Data.MAPODB_Info
MAPODB_Info. setOdb_Data(MAPODB_Data value)
Sets the value of the field odb-Data.MAPSubscriberData
MAPSubscriberData. setOdb_Data(MAPODB_Data value)
Sets the value of the field odb-Data. -
Uses of MAPODB_Data in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPODB_Data Modifier and Type Field Description static PersistCodec<MAPODB_Data,MAPODB_Data,MAPProto.MAP_MS_DataTypes_ODB_Data>
MAPCodecs. MAP_MS_DataTypes_ODB_Data
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ODB-Datastatic PersistCodec<MAPODB_Data,MAPODB_Data,MAPProto.MAP_MS_DataTypes_ODB_Data>
MAPCodecs. MAP_MS_DataTypes_ODB_Data
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ODB-Data
-