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.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CS1FilteringCriteria |
CS1FilteringCriteria.clone()
Constructs a copy of this object and everything reachable from it.
|
static CS1FilteringCriteria |
CS1FilteringCriteria.copyOf(CS1FilteringCriteria 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.
|
CS1FilteringCriteria |
CS1ServiceFilteringResponseArg.getFilteringCriteria()
Gets the value of the field filteringCriteria.
|
CS1FilteringCriteria |
CS1ActivateServiceFilteringArg.getFilteringCriteria()
Gets the value of the field filteringCriteria.
|
CS1FilteringCriteria |
CS1FilteringCriteria.setAddressAndService(CS1FilteringCriteria.AddressAndService value)
Sets the value of the addressAndService choice.
|
CS1FilteringCriteria |
CS1FilteringCriteria.setServiceKey(int value)
Sets the value of the serviceKey choice.
|
Modifier and Type | Method and Description |
---|---|
static CS1FilteringCriteria |
CS1FilteringCriteria.copyOf(CS1FilteringCriteria 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.
|
CS1ServiceFilteringResponseArg |
CS1ServiceFilteringResponseArg.setFilteringCriteria(CS1FilteringCriteria value)
Sets the value of the field filteringCriteria.
|
CS1ActivateServiceFilteringArg |
CS1ActivateServiceFilteringArg.setFilteringCriteria(CS1FilteringCriteria value)
Sets the value of the field filteringCriteria.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CS1FilteringCriteria,CS1FilteringCriteria,CS1Proto.Core_INAP_CS1_DataTypes_FilteringCriteria> |
CS1Codecs.Core_INAP_CS1_DataTypes_FilteringCriteria
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.FilteringCriteria
|
static PersistCodec<CS1FilteringCriteria,CS1FilteringCriteria,CS1Proto.Core_INAP_CS1_DataTypes_FilteringCriteria> |
CS1Codecs.Core_INAP_CS1_DataTypes_FilteringCriteria
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.FilteringCriteria
|