Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.events |
Provides event wrapper classes 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 | Class and Description |
---|---|
class |
MAPCheckIMEI_Res
API for MAP-MS-DataTypes.CheckIMEI-Res.
|
Modifier and Type | Method and Description |
---|---|
MAPCheckIMEIResSeq |
MAPCheckIMEIResSeq.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCheckIMEIResSeq |
MAPCheckIMEIResSeq.copyOf(MAPCheckIMEIResSeq 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.
|
MAPCheckIMEIResSeq |
MAPCheckIMEIResSeq.setEquipmentStatus(MAPEquipmentStatus value)
Sets the value of the field equipmentStatus.
|
Modifier and Type | Method and Description |
---|---|
static MAPCheckIMEI_Res |
MAPCheckIMEI_Res.copyOf(MAPCheckIMEIResSeq 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.
|
static MAPCheckIMEIResSeq |
MAPCheckIMEIResSeq.copyOf(MAPCheckIMEIResSeq 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.
|
void |
MAPDialog.sendCheckIMEIResponse(int invokeId,
MAPCheckIMEIResSeq result)
Issues a response to a checkIMEI_v1 operation on the dialog.
|
Constructor and Description |
---|
MAPCheckIMEIResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPCheckIMEIResSeq argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPCheckIMEIResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCheckIMEIResSeq,MAPCheckIMEIResSeq,MAPProto.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEIResSeq> |
MAPCodecs.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEIResSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.checkIMEI-v1.CheckIMEIResSeq
|
static PersistCodec<MAPCheckIMEIResSeq,MAPCheckIMEIResSeq,MAPProto.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEIResSeq> |
MAPCodecs.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEIResSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.checkIMEI-v1.CheckIMEIResSeq
|
static PersistCodec<MAPCheckIMEIResSeq,MAPCheckIMEIResSeq,MAPProto.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIResSeq_v2> |
MAPCodecs.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIResSeq_v2
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-Rel4.checkIMEI.CheckIMEIResSeq-v2
|
static PersistCodec<MAPCheckIMEIResSeq,MAPCheckIMEIResSeq,MAPProto.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIResSeq_v2> |
MAPCodecs.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIResSeq_v2
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-Rel4.checkIMEI.CheckIMEIResSeq-v2
|
static PersistCodec<MAPCheckIMEIResSeq,MAPCheckIMEI_Res,MAPProto.MAP_MS_DataTypes_CheckIMEI_Res> |
MAPCodecs.MAP_MS_DataTypes_CheckIMEI_Res
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CheckIMEI-Res
|