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 |
---|---|
MAPSetReportingStateRes |
MAPSetReportingStateRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSetReportingStateRes |
MAPSetReportingStateRes.copyOf(MAPSetReportingStateRes 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.
|
MAPSetReportingStateRes |
MAPSetReportingStateRes.setCcbs_SubscriberStatus(MAPCCBS_SubscriberStatus value)
Sets the value of the field ccbs-SubscriberStatus.
|
MAPSetReportingStateRes |
MAPSetReportingStateRes.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
Modifier and Type | Method and Description |
---|---|
static MAPSetReportingStateRes |
MAPSetReportingStateRes.copyOf(MAPSetReportingStateRes 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.sendSetReportingStateResponse(int invokeId,
MAPSetReportingStateRes result)
Issues a response to a setReportingState operation on the dialog.
|
Constructor and Description |
---|
MAPSetReportingStateResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPSetReportingStateRes argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSetReportingStateResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSetReportingStateRes,MAPSetReportingStateRes,MAPProto.MAP_CH_DataTypes_SetReportingStateRes> |
MAPCodecs.MAP_CH_DataTypes_SetReportingStateRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.SetReportingStateRes
|
static PersistCodec<MAPSetReportingStateRes,MAPSetReportingStateRes,MAPProto.MAP_CH_DataTypes_SetReportingStateRes> |
MAPCodecs.MAP_CH_DataTypes_SetReportingStateRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.SetReportingStateRes
|