| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ChoiceDurationPeriodRange |
ChoiceDurationPeriodRange.Builder.build() |
static ChoiceDurationPeriodRange |
ChoiceDurationPeriodRange.fromByteBuffer(ByteBuffer b)
Deserializes a ChoiceDurationPeriodRange from a ByteBuffer.
|
ChoiceDurationPeriodRange |
TimingRepeat.getBounds()
Gets the value of the 'bounds' field.
|
ChoiceDurationPeriodRange |
TimingRepeat.Builder.getBounds()
Gets the value of the 'bounds' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceDurationPeriodRange> |
ChoiceDurationPeriodRange.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<ChoiceDurationPeriodRange> |
ChoiceDurationPeriodRange.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ChoiceDurationPeriodRange.Builder |
ChoiceDurationPeriodRange.newBuilder(ChoiceDurationPeriodRange other)
Creates a new ChoiceDurationPeriodRange RecordBuilder by copying an existing ChoiceDurationPeriodRange instance.
|
void |
TimingRepeat.setBounds(ChoiceDurationPeriodRange value)
Sets the value of the 'bounds' field.
|
TimingRepeat.Builder |
TimingRepeat.Builder.setBounds(ChoiceDurationPeriodRange value)
Sets the value of the 'bounds' field.
|
| Constructor and Description |
|---|
TimingRepeat(String id,
ChoiceDurationPeriodRange bounds,
Integer count,
Integer countMax,
BigDecimal duration,
BigDecimal durationMax,
String durationUnit,
Integer frequency,
Integer frequencyMax,
BigDecimal period,
BigDecimal periodMax,
String periodUnit,
List<String> dayOfWeek,
List<String> timeOfDay,
List<String> when,
Integer offset)
All-args constructor.
|
Copyright © 2020. All rights reserved.