public static class AvroDriverInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroDriverInfo> implements org.apache.avro.data.RecordBuilder<AvroDriverInfo>
Modifier and Type | Method and Description |
---|---|
AvroDriverInfo |
build() |
AvroDriverInfo.Builder |
clearRemoteId()
Clears the value of the 'remoteId' field
|
AvroDriverInfo.Builder |
clearServices()
Clears the value of the 'services' field
|
AvroDriverInfo.Builder |
clearStartTime()
Clears the value of the 'startTime' field
|
CharSequence |
getRemoteId()
Gets the value of the 'remoteId' field
|
List<AvroReefServiceInfo> |
getServices()
Gets the value of the 'services' field
|
CharSequence |
getStartTime()
Gets the value of the 'startTime' field
|
boolean |
hasRemoteId()
Checks whether the 'remoteId' field has been set
|
boolean |
hasServices()
Checks whether the 'services' field has been set
|
boolean |
hasStartTime()
Checks whether the 'startTime' field has been set
|
AvroDriverInfo.Builder |
setRemoteId(CharSequence value)
Sets the value of the 'remoteId' field
|
AvroDriverInfo.Builder |
setServices(List<AvroReefServiceInfo> value)
Sets the value of the 'services' field
|
AvroDriverInfo.Builder |
setStartTime(CharSequence value)
Sets the value of the 'startTime' field
|
public CharSequence getRemoteId()
public AvroDriverInfo.Builder setRemoteId(CharSequence value)
public boolean hasRemoteId()
public AvroDriverInfo.Builder clearRemoteId()
public CharSequence getStartTime()
public AvroDriverInfo.Builder setStartTime(CharSequence value)
public boolean hasStartTime()
public AvroDriverInfo.Builder clearStartTime()
public List<AvroReefServiceInfo> getServices()
public AvroDriverInfo.Builder setServices(List<AvroReefServiceInfo> value)
public boolean hasServices()
public AvroDriverInfo.Builder clearServices()
public AvroDriverInfo build()
build
in interface org.apache.avro.data.RecordBuilder<AvroDriverInfo>
Copyright © 2016 The Apache Software Foundation. All rights reserved.