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 |
---|---|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.copyOf(MAPInsertSubscriberDataRes 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.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setBearerServiceList(byte[][] value)
Sets the value of the field bearerServiceList.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setOdb_GeneralData(MAPODB_GeneralData value)
Sets the value of the field odb-GeneralData.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setOfferedCamel4CSIs(MAPOfferedCamel4CSIs value)
Sets the value of the field offeredCamel4CSIs.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setRegionalSubscriptionResponse(MAPRegionalSubscriptionResponse value)
Sets the value of the field regionalSubscriptionResponse.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setSs_List(SSCode[] value)
Sets the value of the field ss-List.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setSupportedFeatures(MAPSupportedFeatures value)
Sets the value of the field supportedFeatures.
|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setTeleserviceList(byte[][] value)
Sets the value of the field teleserviceList.
|
Modifier and Type | Method and Description |
---|---|
static MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.copyOf(MAPInsertSubscriberDataRes 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.sendInsertSubscriberDataResponse(int invokeId,
MAPInsertSubscriberDataRes result)
Issues a response to an insertSubscriberData_v1 operation on the dialog.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPInsertSubscriberDataRes,MAPInsertSubscriberDataRes,MAPProto.MAP_MS_DataTypes_InsertSubscriberDataRes> |
MAPCodecs.MAP_MS_DataTypes_InsertSubscriberDataRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.InsertSubscriberDataRes
|
static PersistCodec<MAPInsertSubscriberDataRes,MAPInsertSubscriberDataRes,MAPProto.MAP_MS_DataTypes_InsertSubscriberDataRes> |
MAPCodecs.MAP_MS_DataTypes_InsertSubscriberDataRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.InsertSubscriberDataRes
|