Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1RequestedInformationValue
-
Packages that use CS1RequestedInformationValue 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 CS1RequestedInformationValue in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1RequestedInformationValue Modifier and Type Method Description CS1RequestedInformationValueCS1RequestedInformationValue. clone()Constructs a copy of this object and everything reachable from it.static CS1RequestedInformationValueCS1RequestedInformationValue. copyOf(CCRequestedInformationValue 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.CS1RequestedInformationValueCS1RequestedInformationValue. setCallAttemptElapsedTimeValue(int value)Sets the value of the callAttemptElapsedTimeValue choice.CS1RequestedInformationValueCS1RequestedInformationValue. setCallConnectedElapsedTimeValue(int value)Sets the value of the callConnectedElapsedTimeValue choice.CS1RequestedInformationValueCS1RequestedInformationValue. setCalledAddressValue(GenericNumber value)Sets the value of the calledAddressValue choice.CS1RequestedInformationValueCS1RequestedInformationValue. setCallStopTimeValue(DateAndTime value)Sets the value of the callStopTimeValue choice.CS1RequestedInformationValueCS1RequestedInformationValue. setReleaseCauseValue(Cause value)Sets the value of the releaseCauseValue choice. -
Uses of CS1RequestedInformationValue 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 CS1RequestedInformationValue Modifier and Type Field Description static PersistCodec<CCRequestedInformationValue,CS1RequestedInformationValue,CS1Proto.Core_INAP_CS1_DataTypes_RequestedInformationValue>CS1Codecs. Core_INAP_CS1_DataTypes_RequestedInformationValueSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.RequestedInformationValue
-