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 | Method and Description |
---|---|
MAPAlertServiceCentreArg |
MAPAlertServiceCentreArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAlertServiceCentreArg |
MAPAlertServiceCentreArg.copyOf(MAPAlertServiceCentreArg 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.
|
MAPAlertServiceCentreArg |
MAPAlertServiceCentreArg.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPAlertServiceCentreArg |
MAPAlertServiceCentreArg.setServiceCentreAddress(AddressString value)
Sets the value of the field serviceCentreAddress.
|
Modifier and Type | Method and Description |
---|---|
static MAPAlertServiceCentreArg |
MAPAlertServiceCentreArg.copyOf(MAPAlertServiceCentreArg 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.sendAlertServiceCentre(long timeout,
MAPAlertServiceCentreArg argument)
Issues an alertServiceCentre operation request on the dialog.
|
int |
MAPDialog.sendAlertServiceCentreWithoutResult(MAPAlertServiceCentreArg argument)
Issues an alertServiceCentreWithoutResult_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPAlertServiceCentreRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPAlertServiceCentreArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAlertServiceCentreRequestEvent
|
MAPAlertServiceCentreWithoutResultRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPAlertServiceCentreArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAlertServiceCentreWithoutResultRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAlertServiceCentreArg,MAPAlertServiceCentreArg,MAPProto.MAP_SM_DataTypes_AlertServiceCentreArg> |
MAPCodecs.MAP_SM_DataTypes_AlertServiceCentreArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.AlertServiceCentreArg
|
static PersistCodec<MAPAlertServiceCentreArg,MAPAlertServiceCentreArg,MAPProto.MAP_SM_DataTypes_AlertServiceCentreArg> |
MAPCodecs.MAP_SM_DataTypes_AlertServiceCentreArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.AlertServiceCentreArg
|