Package | Description |
---|---|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.callcontrol.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v2.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
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 |
---|---|
CCRequestedInformation |
CCRequestedInformation.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCRequestedInformation |
CCRequestedInformation.copyOf(CCRequestedInformation 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.
|
CCRequestedInformation[] |
CCCallInformationReportArg.getRequestedInformationList()
Gets the value of the field requestedInformationList.
|
CCRequestedInformation |
CCRequestedInformation.setRequestedInformationType(CCRequestedInformationType value)
Sets the value of the field requestedInformationType.
|
CCRequestedInformation |
CCRequestedInformation.setRequestedInformationValue(CCRequestedInformationValue value)
Sets the value of the field requestedInformationValue.
|
Modifier and Type | Method and Description |
---|---|
static CCRequestedInformation |
CCRequestedInformation.copyOf(CCRequestedInformation 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.
|
CCCallInformationReportArg |
CCCallInformationReportArg.setRequestedInformationList(CCRequestedInformation[] value)
Sets the value of the field requestedInformationList.
|
Constructor and Description |
---|
CCCallInformationReportArg(CCRequestedInformation[] RequestedInformationList_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CCProto.CC_DataTypes_RequestedInformation> |
CCCodecs.CC_DataTypes_RequestedInformation
Singleton codec for the ASN.1 type: CC-DataTypes.RequestedInformation
|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CCProto.CC_DataTypes_RequestedInformation> |
CCCodecs.CC_DataTypes_RequestedInformation
Singleton codec for the ASN.1 type: CC-DataTypes.RequestedInformation
|
Modifier and Type | Method and Description |
---|---|
CAP2CallInformationReportArg |
CAP2CallInformationReportArg.setRequestedInformationList(CCRequestedInformation[] value)
Sets the value of the field requestedInformationList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CAP2Proto.CAP_DataTypes_RequestedInformation> |
CAP2Codecs.CAP_DataTypes_RequestedInformation
Singleton codec for the ASN.1 type: CAP-DataTypes.RequestedInformation
|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CAP2Proto.CAP_DataTypes_RequestedInformation> |
CAP2Codecs.CAP_DataTypes_RequestedInformation
Singleton codec for the ASN.1 type: CAP-DataTypes.RequestedInformation
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CAP3Proto.CAP_datatypes_RequestedInformation> |
CAP3Codecs.CAP_datatypes_RequestedInformation
Singleton codec for the ASN.1 type: CAP-datatypes.RequestedInformation
|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CAP3Proto.CAP_datatypes_RequestedInformation> |
CAP3Codecs.CAP_datatypes_RequestedInformation
Singleton codec for the ASN.1 type: CAP-datatypes.RequestedInformation
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CAP4Proto.CAP_datatypes_RequestedInformation> |
CAP4Codecs.CAP_datatypes_RequestedInformation
Singleton codec for the ASN.1 type: CAP-datatypes.RequestedInformation
|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CAP4Proto.CAP_datatypes_RequestedInformation> |
CAP4Codecs.CAP_datatypes_RequestedInformation
Singleton codec for the ASN.1 type: CAP-datatypes.RequestedInformation
|
Modifier and Type | Method and Description |
---|---|
CS1CallInformationReportArg |
CS1CallInformationReportArg.setRequestedInformationList(CCRequestedInformation[] value)
Sets the value of the field requestedInformationList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CS1Proto.Core_INAP_CS1_DataTypes_RequestedInformation> |
CS1Codecs.Core_INAP_CS1_DataTypes_RequestedInformation
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.RequestedInformation
|
static PersistCodec<CCRequestedInformation,CCRequestedInformation,CS1Proto.Core_INAP_CS1_DataTypes_RequestedInformation> |
CS1Codecs.Core_INAP_CS1_DataTypes_RequestedInformation
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.RequestedInformation
|