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.
|
Modifier and Type | Method and 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 |
MAPSubscriberData.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 |
MAPInsertSubscriberDataArg.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.
|
Modifier and Type | Method and 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.
|
MAPSubscriberData |
MAPSubscriberData.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.
|
MAPInsertSubscriberDataArg |
MAPInsertSubscriberDataArg.setOdb_Data(MAPODB_Data value)
Sets the value of the field odb-Data.
|
Modifier and Type | Field and 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-Data
|
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-Data
|