Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API 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 |
---|---|
MAPDeleteSubscriberDataRes |
MAPDeleteSubscriberDataRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPDeleteSubscriberDataRes |
MAPDeleteSubscriberDataRes.copyOf(MAPDeleteSubscriberDataRes 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.
|
MAPDeleteSubscriberDataRes |
MAPDeleteSubscriberDataRes.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPDeleteSubscriberDataRes |
MAPDeleteSubscriberDataRes.setRegionalSubscriptionResponse(MAPRegionalSubscriptionResponse value)
Sets the value of the field regionalSubscriptionResponse.
|
Modifier and Type | Method and Description |
---|---|
static MAPDeleteSubscriberDataRes |
MAPDeleteSubscriberDataRes.copyOf(MAPDeleteSubscriberDataRes 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.sendDeleteSubscriberDataResponse(int invokeId,
MAPDeleteSubscriberDataRes result)
Issues a response to a deleteSubscriberData_v1 operation on the dialog.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPDeleteSubscriberDataRes,MAPDeleteSubscriberDataRes,MAPProto.MAP_MS_DataTypes_DeleteSubscriberDataRes> |
MAPCodecs.MAP_MS_DataTypes_DeleteSubscriberDataRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.DeleteSubscriberDataRes
|
static PersistCodec<MAPDeleteSubscriberDataRes,MAPDeleteSubscriberDataRes,MAPProto.MAP_MS_DataTypes_DeleteSubscriberDataRes> |
MAPCodecs.MAP_MS_DataTypes_DeleteSubscriberDataRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.DeleteSubscriberDataRes
|