| Modifier and Type | Method and Description |
|---|---|
AvroNode |
build() |
AvroNode.Builder |
clearCommon()
Clears the value of the 'common' field
|
AvroNode.Builder |
clearLatitude()
Clears the value of the 'latitude' field
|
AvroNode.Builder |
clearLongitude()
Clears the value of the 'longitude' field
|
AvroPrimitive |
getCommon()
Gets the value of the 'common' field
|
Double |
getLatitude()
Gets the value of the 'latitude' field
|
Double |
getLongitude()
Gets the value of the 'longitude' field
|
boolean |
hasCommon()
Checks whether the 'common' field has been set
|
boolean |
hasLatitude()
Checks whether the 'latitude' field has been set
|
boolean |
hasLongitude()
Checks whether the 'longitude' field has been set
|
AvroNode.Builder |
setCommon(AvroPrimitive value)
Sets the value of the 'common' field
|
AvroNode.Builder |
setLatitude(double value)
Sets the value of the 'latitude' field
|
AvroNode.Builder |
setLongitude(double value)
Sets the value of the 'longitude' field
|
public AvroPrimitive getCommon()
public AvroNode.Builder setCommon(AvroPrimitive value)
public boolean hasCommon()
public AvroNode.Builder clearCommon()
public Double getLatitude()
public AvroNode.Builder setLatitude(double value)
public boolean hasLatitude()
public AvroNode.Builder clearLatitude()
public Double getLongitude()
public AvroNode.Builder setLongitude(double value)
public boolean hasLongitude()
public AvroNode.Builder clearLongitude()
Copyright © 2013–2019. All rights reserved.