public static class AvroAttributeValues.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroAttributeValues> implements org.apache.avro.data.RecordBuilder<AvroAttributeValues>
Modifier and Type | Method and Description |
---|---|
AvroAttributeValues |
build() |
AvroAttributeValues.Builder |
clearClassifications()
Clears the value of the 'classifications' field
|
AvroAttributeValues.Builder |
clearFid()
Clears the value of the 'fid' field
|
AvroAttributeValues.Builder |
clearSerializationVersion()
Clears the value of the 'serializationVersion' field
|
AvroAttributeValues.Builder |
clearValues()
Clears the value of the 'values' field
|
List<String> |
getClassifications()
Gets the value of the 'classifications' field
|
String |
getFid()
Gets the value of the 'fid' field
|
ByteBuffer |
getSerializationVersion()
Gets the value of the 'serializationVersion' field
|
List<ByteBuffer> |
getValues()
Gets the value of the 'values' field
|
boolean |
hasClassifications()
Checks whether the 'classifications' field has been set
|
boolean |
hasFid()
Checks whether the 'fid' field has been set
|
boolean |
hasSerializationVersion()
Checks whether the 'serializationVersion' field has been set
|
boolean |
hasValues()
Checks whether the 'values' field has been set
|
AvroAttributeValues.Builder |
setClassifications(List<String> value)
Sets the value of the 'classifications' field
|
AvroAttributeValues.Builder |
setFid(String value)
Sets the value of the 'fid' field
|
AvroAttributeValues.Builder |
setSerializationVersion(ByteBuffer value)
Sets the value of the 'serializationVersion' field
|
AvroAttributeValues.Builder |
setValues(List<ByteBuffer> value)
Sets the value of the 'values' field
|
public String getFid()
public AvroAttributeValues.Builder setFid(String value)
public boolean hasFid()
public AvroAttributeValues.Builder clearFid()
public List<ByteBuffer> getValues()
public AvroAttributeValues.Builder setValues(List<ByteBuffer> value)
public boolean hasValues()
public AvroAttributeValues.Builder clearValues()
public List<String> getClassifications()
public AvroAttributeValues.Builder setClassifications(List<String> value)
public boolean hasClassifications()
public AvroAttributeValues.Builder clearClassifications()
public ByteBuffer getSerializationVersion()
public AvroAttributeValues.Builder setSerializationVersion(ByteBuffer value)
public boolean hasSerializationVersion()
public AvroAttributeValues.Builder clearSerializationVersion()
public AvroAttributeValues build()
build
in interface org.apache.avro.data.RecordBuilder<AvroAttributeValues>
Copyright © 2013–2022. All rights reserved.