public static class AvroTdrivePoint.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroTdrivePoint> implements org.apache.avro.data.RecordBuilder<AvroTdrivePoint>
Modifier and Type | Method and Description |
---|---|
AvroTdrivePoint |
build() |
AvroTdrivePoint.Builder |
clearLatitude()
Clears the value of the 'latitude' field
|
AvroTdrivePoint.Builder |
clearLongitude()
Clears the value of the 'longitude' field
|
AvroTdrivePoint.Builder |
clearPointinstance()
Clears the value of the 'pointinstance' field
|
AvroTdrivePoint.Builder |
clearTaxiid()
Clears the value of the 'taxiid' field
|
AvroTdrivePoint.Builder |
clearTimestamp()
Clears the value of the 'timestamp' field
|
Double |
getLatitude()
Gets the value of the 'latitude' field
|
Double |
getLongitude()
Gets the value of the 'longitude' field
|
Long |
getPointinstance()
Gets the value of the 'pointinstance' field
|
Integer |
getTaxiid()
Gets the value of the 'taxiid' field
|
Long |
getTimestamp()
Gets the value of the 'timestamp' field
|
boolean |
hasLatitude()
Checks whether the 'latitude' field has been set
|
boolean |
hasLongitude()
Checks whether the 'longitude' field has been set
|
boolean |
hasPointinstance()
Checks whether the 'pointinstance' field has been set
|
boolean |
hasTaxiid()
Checks whether the 'taxiid' field has been set
|
boolean |
hasTimestamp()
Checks whether the 'timestamp' field has been set
|
AvroTdrivePoint.Builder |
setLatitude(double value)
Sets the value of the 'latitude' field
|
AvroTdrivePoint.Builder |
setLongitude(double value)
Sets the value of the 'longitude' field
|
AvroTdrivePoint.Builder |
setPointinstance(long value)
Sets the value of the 'pointinstance' field
|
AvroTdrivePoint.Builder |
setTaxiid(int value)
Sets the value of the 'taxiid' field
|
AvroTdrivePoint.Builder |
setTimestamp(long value)
Sets the value of the 'timestamp' field
|
public Integer getTaxiid()
public AvroTdrivePoint.Builder setTaxiid(int value)
public boolean hasTaxiid()
public AvroTdrivePoint.Builder clearTaxiid()
public Long getPointinstance()
public AvroTdrivePoint.Builder setPointinstance(long value)
public boolean hasPointinstance()
public AvroTdrivePoint.Builder clearPointinstance()
public Long getTimestamp()
public AvroTdrivePoint.Builder setTimestamp(long value)
public boolean hasTimestamp()
public AvroTdrivePoint.Builder clearTimestamp()
public Double getLatitude()
public AvroTdrivePoint.Builder setLatitude(double value)
public boolean hasLatitude()
public AvroTdrivePoint.Builder clearLatitude()
public Double getLongitude()
public AvroTdrivePoint.Builder setLongitude(double value)
public boolean hasLongitude()
public AvroTdrivePoint.Builder clearLongitude()
public AvroTdrivePoint build()
build
in interface org.apache.avro.data.RecordBuilder<AvroTdrivePoint>
Copyright © 2013–2022. All rights reserved.