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 |
---|---|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.copyOf(MAPNoteSubscriberDataModifiedArg 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.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setAllInformationSentPresent(boolean flag)
Sets the presence or absence of the optional field allInformationSent.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setCallBarringInfoFor_CSE(MAPExt_CallBarringInfoFor_CSE value)
Sets the value of the field callBarringInfoFor-CSE.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setCamel_SubscriptionInfo(MAPCAMEL_SubscriptionInfo value)
Sets the value of the field camel-SubscriptionInfo.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setCh_Data(MAPCallHoldData value)
Sets the value of the field ch-Data.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setClip_Data(MAPClipData value)
Sets the value of the field clip-Data.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setClir_Data(MAPClirData value)
Sets the value of the field clir-Data.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setCsg_SubscriptionDataList(MAPCSG_SubscriptionData[] value)
Sets the value of the field csg-SubscriptionDataList.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setCw_Data(MAPCallWaitingData value)
Sets the value of the field cw-Data.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setEct_data(MAPEctData value)
Sets the value of the field ect-data.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setForwardingInfoFor_CSE(MAPExt_ForwardingInfoFor_CSE value)
Sets the value of the field forwardingInfoFor-CSE.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setOdb_Info(MAPODB_Info value)
Sets the value of the field odb-Info.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setUe_reachable(MAPServingNode value)
Sets the value of the field ue-reachable.
|
Modifier and Type | Method and Description |
---|---|
static MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.copyOf(MAPNoteSubscriberDataModifiedArg 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.sendNoteSubscriberDataModified(long timeout,
MAPNoteSubscriberDataModifiedArg argument)
Issues a noteSubscriberDataModified operation request on the dialog.
|
Constructor and Description |
---|
MAPNoteSubscriberDataModifiedRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPNoteSubscriberDataModifiedArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPNoteSubscriberDataModifiedRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPNoteSubscriberDataModifiedArg,MAPNoteSubscriberDataModifiedArg,MAPProto.MAP_MS_DataTypes_NoteSubscriberDataModifiedArg> |
MAPCodecs.MAP_MS_DataTypes_NoteSubscriberDataModifiedArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.NoteSubscriberDataModifiedArg
|
static PersistCodec<MAPNoteSubscriberDataModifiedArg,MAPNoteSubscriberDataModifiedArg,MAPProto.MAP_MS_DataTypes_NoteSubscriberDataModifiedArg> |
MAPCodecs.MAP_MS_DataTypes_NoteSubscriberDataModifiedArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.NoteSubscriberDataModifiedArg
|