| Modifier and Type | Method and Description |
|---|---|
AvroWay |
build() |
AvroWay.Builder |
clearCommon()
Clears the value of the 'common' field
|
AvroWay.Builder |
clearNodes()
Clears the value of the 'nodes' field
|
AvroPrimitive |
getCommon()
Gets the value of the 'common' field
|
List<Long> |
getNodes()
Gets the value of the 'nodes' field
|
boolean |
hasCommon()
Checks whether the 'common' field has been set
|
boolean |
hasNodes()
Checks whether the 'nodes' field has been set
|
AvroWay.Builder |
setCommon(AvroPrimitive value)
Sets the value of the 'common' field
|
AvroWay.Builder |
setNodes(List<Long> value)
Sets the value of the 'nodes' field
|
public AvroPrimitive getCommon()
public AvroWay.Builder setCommon(AvroPrimitive value)
public boolean hasCommon()
public AvroWay.Builder clearCommon()
public AvroWay.Builder setNodes(List<Long> value)
public boolean hasNodes()
public AvroWay.Builder clearNodes()
Copyright © 2013–2019. All rights reserved.