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