Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1FilteredCallTreatment
-
Packages that use CS1FilteredCallTreatment 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. -
-
Uses of CS1FilteredCallTreatment in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1FilteredCallTreatment Modifier and Type Method Description CS1FilteredCallTreatment
CS1FilteredCallTreatment. clone()
Constructs a copy of this object and everything reachable from it.static CS1FilteredCallTreatment
CS1FilteredCallTreatment. copyOf(CS1FilteredCallTreatment 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.CS1FilteredCallTreatment
CS1ActivateServiceFilteringArg. getFilteredCallTreatment()
Gets the value of the field filteredCallTreatment.CS1FilteredCallTreatment
CS1FilteredCallTreatment. setInformationToSend(CS1InformationToSend value)
Sets the value of the field informationToSend.CS1FilteredCallTreatment
CS1FilteredCallTreatment. setMaximumNumberOfCounters(int value)
Sets the value of the field maximumNumberOfCounters and marks the field as present.CS1FilteredCallTreatment
CS1FilteredCallTreatment. setMaximumNumberOfCountersPresent(boolean flag)
Sets the presence or absence of the optional field maximumNumberOfCounters.CS1FilteredCallTreatment
CS1FilteredCallTreatment. setReleaseCause(Cause value)
Sets the value of the field releaseCause.CS1FilteredCallTreatment
CS1FilteredCallTreatment. setSFBillingChargingCharacteristics(CS1SFBillingChargingCharacteristics value)
Sets the value of the field sFBillingChargingCharacteristics.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1FilteredCallTreatment Modifier and Type Method Description static CS1FilteredCallTreatment
CS1FilteredCallTreatment. copyOf(CS1FilteredCallTreatment 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.CS1ActivateServiceFilteringArg
CS1ActivateServiceFilteringArg. setFilteredCallTreatment(CS1FilteredCallTreatment value)
Sets the value of the field filteredCallTreatment. -
Uses of CS1FilteredCallTreatment in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CS1FilteredCallTreatment Modifier and Type Field Description static PersistCodec<CS1FilteredCallTreatment,CS1FilteredCallTreatment,CS1Proto.Core_INAP_CS1_DataTypes_FilteredCallTreatment>
CS1Codecs. Core_INAP_CS1_DataTypes_FilteredCallTreatment
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.FilteredCallTreatmentstatic PersistCodec<CS1FilteredCallTreatment,CS1FilteredCallTreatment,CS1Proto.Core_INAP_CS1_DataTypes_FilteredCallTreatment>
CS1Codecs. Core_INAP_CS1_DataTypes_FilteredCallTreatment
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.FilteredCallTreatment
-