Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CAP4CallSegmentToCancel |
CAP4CallSegmentToCancel.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4CallSegmentToCancel |
CAP4CallSegmentToCancel.copyOf(CAP4CallSegmentToCancel 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.
|
CAP4CallSegmentToCancel |
CAP4CancelArg.getCallSegmentToCancel()
Gets the value of the callSegmentToCancel choice.
|
CAP4CallSegmentToCancel |
CAP4CallSegmentToCancel.setCallSegmentID(int value)
Sets the value of the field callSegmentID and marks the field as present.
|
CAP4CallSegmentToCancel |
CAP4CallSegmentToCancel.setCallSegmentIDPresent(boolean flag)
Sets the presence or absence of the optional field callSegmentID.
|
CAP4CallSegmentToCancel |
CAP4CallSegmentToCancel.setInvokeID(int value)
Sets the value of the field invokeID and marks the field as present.
|
CAP4CallSegmentToCancel |
CAP4CallSegmentToCancel.setInvokeIDPresent(boolean flag)
Sets the presence or absence of the optional field invokeID.
|
Modifier and Type | Method and Description |
---|---|
static CAP4CallSegmentToCancel |
CAP4CallSegmentToCancel.copyOf(CAP4CallSegmentToCancel 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.
|
CAP4CancelArg |
CAP4CancelArg.setCallSegmentToCancel(CAP4CallSegmentToCancel value)
Sets the value of the callSegmentToCancel choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP4CallSegmentToCancel,CAP4CallSegmentToCancel,CAP4Proto.CAP_datatypes_CallSegmentToCancel> |
CAP4Codecs.CAP_datatypes_CallSegmentToCancel
Singleton codec for the ASN.1 type: CAP-datatypes.CallSegmentToCancel
|
static PersistCodec<CAP4CallSegmentToCancel,CAP4CallSegmentToCancel,CAP4Proto.CAP_datatypes_CallSegmentToCancel> |
CAP4Codecs.CAP_datatypes_CallSegmentToCancel
Singleton codec for the ASN.1 type: CAP-datatypes.CallSegmentToCancel
|