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 |
---|---|
CAP4Burst |
CAP4Burst.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4Burst |
CAP4Burst.copyOf(CAP4Burst 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.
|
CAP4Burst |
CAP4PlayToneArg.getBursts()
Gets the value of the field bursts.
|
CAP4Burst |
CAP4BurstList.getBursts()
Gets the value of the field bursts.
|
CAP4Burst |
CAP4Burst.setBurstInterval(int value)
Sets the value of the field burstInterval and marks the field as present.
|
CAP4Burst |
CAP4Burst.setBurstIntervalPresent(boolean flag)
Sets the presence or absence of the optional field burstInterval.
|
CAP4Burst |
CAP4Burst.setNumberOfBursts(int value)
Sets the value of the field numberOfBursts and marks the field as present.
|
CAP4Burst |
CAP4Burst.setNumberOfBurstsPresent(boolean flag)
Sets the presence or absence of the optional field numberOfBursts.
|
CAP4Burst |
CAP4Burst.setNumberOfTonesInBurst(int value)
Sets the value of the field numberOfTonesInBurst and marks the field as present.
|
CAP4Burst |
CAP4Burst.setNumberOfTonesInBurstPresent(boolean flag)
Sets the presence or absence of the optional field numberOfTonesInBurst.
|
CAP4Burst |
CAP4Burst.setToneDuration(int value)
Sets the value of the field toneDuration and marks the field as present.
|
CAP4Burst |
CAP4Burst.setToneDurationPresent(boolean flag)
Sets the presence or absence of the optional field toneDuration.
|
CAP4Burst |
CAP4Burst.setToneInterval(int value)
Sets the value of the field toneInterval and marks the field as present.
|
CAP4Burst |
CAP4Burst.setToneIntervalPresent(boolean flag)
Sets the presence or absence of the optional field toneInterval.
|
Modifier and Type | Method and Description |
---|---|
static CAP4Burst |
CAP4Burst.copyOf(CAP4Burst 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.
|
CAP4PlayToneArg |
CAP4PlayToneArg.setBursts(CAP4Burst value)
Sets the value of the field bursts.
|
CAP4BurstList |
CAP4BurstList.setBursts(CAP4Burst value)
Sets the value of the field bursts.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP4Burst,CAP4Burst,CAP4Proto.CAP_datatypes_Burst> |
CAP4Codecs.CAP_datatypes_Burst
Singleton codec for the ASN.1 type: CAP-datatypes.Burst
|
static PersistCodec<CAP4Burst,CAP4Burst,CAP4Proto.CAP_datatypes_Burst> |
CAP4Codecs.CAP_datatypes_Burst
Singleton codec for the ASN.1 type: CAP-datatypes.Burst
|