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 |
---|---|
MAPADD_Info |
MAPADD_Info.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPADD_Info |
MAPADD_Info.copyOf(MAPADD_Info 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.
|
MAPADD_Info |
MAPUpdateLocationArg.getAdd_info()
Gets the value of the field add-info.
|
MAPADD_Info |
MAPUpdateGprsLocationArg.getAdd_info()
Gets the value of the field add-info.
|
MAPADD_Info |
MAPADD_Info.setImeisv(IMEIAddress value)
Sets the value of the field imeisv.
|
MAPADD_Info |
MAPADD_Info.setSkipSubscriberDataUpdatePresent(boolean flag)
Sets the presence or absence of the optional field skipSubscriberDataUpdate.
|
Modifier and Type | Method and Description |
---|---|
static MAPADD_Info |
MAPADD_Info.copyOf(MAPADD_Info 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.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setAdd_info(MAPADD_Info value)
Sets the value of the field add-info.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setAdd_info(MAPADD_Info value)
Sets the value of the field add-info.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPADD_Info,MAPADD_Info,MAPProto.MAP_MS_DataTypes_ADD_Info> |
MAPCodecs.MAP_MS_DataTypes_ADD_Info
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ADD-Info
|
static PersistCodec<MAPADD_Info,MAPADD_Info,MAPProto.MAP_MS_DataTypes_ADD_Info> |
MAPCodecs.MAP_MS_DataTypes_ADD_Info
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ADD-Info
|