Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1DPSpecificCriteria
-
Packages that use CS1DPSpecificCriteria 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 CS1DPSpecificCriteria in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1DPSpecificCriteria Modifier and Type Method Description CS1DPSpecificCriteria
CS1DPSpecificCriteria. clone()
Constructs a copy of this object and everything reachable from it.static CS1DPSpecificCriteria
CS1DPSpecificCriteria. copyOf(CS1DPSpecificCriteria 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.CS1DPSpecificCriteria
CS1BCSMEvent. getDPSpecificCriteria()
Gets the value of the field dPSpecificCriteria.CS1DPSpecificCriteria
CS1DPSpecificCriteria. setApplicationTimer(int value)
Sets the value of the applicationTimer choice.CS1DPSpecificCriteria
CS1DPSpecificCriteria. setNumberOfDigits(int value)
Sets the value of the numberOfDigits choice.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1DPSpecificCriteria Modifier and Type Method Description static CS1DPSpecificCriteria
CS1DPSpecificCriteria. copyOf(CS1DPSpecificCriteria 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.CS1BCSMEvent
CS1BCSMEvent. setDPSpecificCriteria(CS1DPSpecificCriteria value)
Sets the value of the field dPSpecificCriteria. -
Uses of CS1DPSpecificCriteria 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 CS1DPSpecificCriteria Modifier and Type Field Description static PersistCodec<CS1DPSpecificCriteria,CS1DPSpecificCriteria,CS1Proto.Core_INAP_CS1_DataTypes_DPSpecificCriteria>
CS1Codecs. Core_INAP_CS1_DataTypes_DPSpecificCriteria
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.DPSpecificCriteriastatic PersistCodec<CS1DPSpecificCriteria,CS1DPSpecificCriteria,CS1Proto.Core_INAP_CS1_DataTypes_DPSpecificCriteria>
CS1Codecs. Core_INAP_CS1_DataTypes_DPSpecificCriteria
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.DPSpecificCriteria
-