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_Arg
API for MAP-MS-DataTypes.CheckIMEI-Arg.
|
Modifier and Type | Method and Description |
---|---|
MAPCheckIMEI_v1ArgSeq |
MAPCheckIMEI_v1ArgSeq.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCheckIMEI_v1ArgSeq |
MAPCheckIMEI_v1ArgSeq.copyOf(MAPCheckIMEI_v1ArgSeq 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.
|
MAPCheckIMEI_v1ArgSeq |
MAPCheckIMEI_v1ArgSeq.setImei(IMEIAddress value)
Sets the value of the field imei.
|
Modifier and Type | Method and Description |
---|---|
static MAPCheckIMEI_v1ArgSeq |
MAPCheckIMEI_v1ArgSeq.copyOf(MAPCheckIMEI_v1ArgSeq 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 MAPCheckIMEI_Arg |
MAPCheckIMEI_Arg.copyOf(MAPCheckIMEI_v1ArgSeq 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.
|
int |
MAPDialog.sendCheckIMEI(long timeout,
MAPCheckIMEI_v1ArgSeq argument)
Issues a checkIMEI_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPCheckIMEIRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPCheckIMEI_v1ArgSeq argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPCheckIMEIRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEI_v1ArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEI_v1ArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.checkIMEI-v1.CheckIMEI-v1ArgSeq
|
static PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEI_v1ArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEI_v1ArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.checkIMEI-v1.CheckIMEI-v1ArgSeq
|
static PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-Rel4.checkIMEI.CheckIMEIArgSeq
|
static PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-Rel4.checkIMEI.CheckIMEIArgSeq
|
static PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_Arg,MAPProto.MAP_MS_DataTypes_CheckIMEI_Arg> |
MAPCodecs.MAP_MS_DataTypes_CheckIMEI_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CheckIMEI-Arg
|