| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticReportReference |
DiagnosticReportReference.Builder.build() |
static DiagnosticReportReference |
DiagnosticReportReference.fromByteBuffer(ByteBuffer b)
Deserializes a DiagnosticReportReference from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<DiagnosticReportReference> |
DiagnosticReportReference.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<DiagnosticReportReference> |
DiagnosticReportReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<DiagnosticReportReference> |
Procedure.getReport()
Gets the value of the 'report' field.
|
List<DiagnosticReportReference> |
Procedure.Builder.getReport()
Gets the value of the 'report' field.
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticReportReference.Builder |
DiagnosticReportReference.newBuilder(DiagnosticReportReference other)
Creates a new DiagnosticReportReference RecordBuilder by copying an existing DiagnosticReportReference instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Procedure.setReport(List<DiagnosticReportReference> value)
Sets the value of the 'report' field.
|
Procedure.Builder |
Procedure.Builder.setReport(List<DiagnosticReportReference> value)
Sets the value of the 'report' field.
|
Copyright © 2020. All rights reserved.