Package | Description |
---|---|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.events |
Provides event wrapper classes for the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.copyOf(CS1EventNotificationChargingArg 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.
|
CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.setEventSpecificInformationCharging(CS1EventSpecificInformationCharging value)
Sets the value of the field eventSpecificInformationCharging.
|
CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.setEventTypeCharging(CS1EventTypeCharging value)
Sets the value of the field eventTypeCharging.
|
CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.setExtensions(CS1ExtensionField[] value)
Sets the value of the field extensions.
|
CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.setLegID(CCLegID value)
Sets the value of the field legID.
|
CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
Modifier and Type | Method and Description |
---|---|
static CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.copyOf(CS1EventNotificationChargingArg 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 |
CS1Dialog.sendEventNotificationCharging(CS1EventNotificationChargingArg argument)
Issues an eventNotificationCharging operation request on the dialog.
|
Constructor and Description |
---|
CS1EventNotificationChargingRequestEvent(CS1Dialog dialog,
TcapOperation operation,
CS1EventNotificationChargingArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.etsi_inap_cs1.events.CS1EventNotificationChargingRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CS1EventNotificationChargingArg,CS1EventNotificationChargingArg,CS1Proto.Core_INAP_CS1_DataTypes_EventNotificationChargingArg> |
CS1Codecs.Core_INAP_CS1_DataTypes_EventNotificationChargingArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.EventNotificationChargingArg
|
static PersistCodec<CS1EventNotificationChargingArg,CS1EventNotificationChargingArg,CS1Proto.Core_INAP_CS1_DataTypes_EventNotificationChargingArg> |
CS1Codecs.Core_INAP_CS1_DataTypes_EventNotificationChargingArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.EventNotificationChargingArg
|