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 |
---|---|
MAPInformServiceCentreArg |
MAPInformServiceCentreArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPInformServiceCentreArg |
MAPInformServiceCentreArg.copyOf(MAPInformServiceCentreArg 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.
|
MAPInformServiceCentreArg |
MAPInformServiceCentreArg.setAbsentSubscriberDiagnosticSM(int value)
Sets the value of the field absentSubscriberDiagnosticSM and marks the field as present.
|
MAPInformServiceCentreArg |
MAPInformServiceCentreArg.setAbsentSubscriberDiagnosticSMPresent(boolean flag)
Sets the presence or absence of the optional field absentSubscriberDiagnosticSM.
|
MAPInformServiceCentreArg |
MAPInformServiceCentreArg.setAdditionalAbsentSubscriberDiagnosticSM(int value)
Sets the value of the field additionalAbsentSubscriberDiagnosticSM and marks the field as present.
|
MAPInformServiceCentreArg |
MAPInformServiceCentreArg.setAdditionalAbsentSubscriberDiagnosticSMPresent(boolean flag)
Sets the presence or absence of the optional field additionalAbsentSubscriberDiagnosticSM.
|
MAPInformServiceCentreArg |
MAPInformServiceCentreArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPInformServiceCentreArg |
MAPInformServiceCentreArg.setMw_Status(MAPMW_Status value)
Sets the value of the field mw-Status.
|
MAPInformServiceCentreArg |
MAPInformServiceCentreArg.setStoredMSISDN(AddressString value)
Sets the value of the field storedMSISDN.
|
Modifier and Type | Method and Description |
---|---|
static MAPInformServiceCentreArg |
MAPInformServiceCentreArg.copyOf(MAPInformServiceCentreArg 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.sendInformServiceCentre(MAPInformServiceCentreArg argument)
Issues an informServiceCentre operation request on the dialog.
|
Constructor and Description |
---|
MAPInformServiceCentreRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPInformServiceCentreArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPInformServiceCentreRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPInformServiceCentreArg,MAPInformServiceCentreArg,MAPProto.MAP_SM_DataTypes_InformServiceCentreArg> |
MAPCodecs.MAP_SM_DataTypes_InformServiceCentreArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.InformServiceCentreArg
|
static PersistCodec<MAPInformServiceCentreArg,MAPInformServiceCentreArg,MAPProto.MAP_SM_DataTypes_InformServiceCentreArg> |
MAPCodecs.MAP_SM_DataTypes_InformServiceCentreArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.InformServiceCentreArg
|