| Package | Description |
|---|---|
| org.locationtech.geowave.cli.osm.types.avro |
| Modifier and Type | Method and Description |
|---|---|
AvroPrimitive.Builder |
AvroPrimitive.Builder.clearChangesetId()
Clears the value of the 'changeset_id' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.clearId()
Clears the value of the 'id' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.clearTags()
Clears the value of the 'tags' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.clearTimestamp()
Clears the value of the 'timestamp' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.clearUserId()
Clears the value of the 'user_id' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.clearUserName()
Clears the value of the 'user_name' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.clearVersion()
Clears the value of the 'version' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.clearVisible()
Clears the value of the 'visible' field
|
static AvroPrimitive.Builder |
AvroPrimitive.newBuilder()
Creates a new AvroPrimitive RecordBuilder
|
static AvroPrimitive.Builder |
AvroPrimitive.newBuilder(AvroPrimitive.Builder other)
Creates a new AvroPrimitive RecordBuilder by copying an existing Builder
|
static AvroPrimitive.Builder |
AvroPrimitive.newBuilder(AvroPrimitive other)
Creates a new AvroPrimitive RecordBuilder by copying an existing AvroPrimitive instance
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.setChangesetId(long value)
Sets the value of the 'changeset_id' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.setId(long value)
Sets the value of the 'id' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.setTags(Map<String,String> value)
Sets the value of the 'tags' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.setTimestamp(long value)
Sets the value of the 'timestamp' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.setUserId(Long value)
Sets the value of the 'user_id' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.setUserName(String value)
Sets the value of the 'user_name' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.setVersion(long value)
Sets the value of the 'version' field
|
AvroPrimitive.Builder |
AvroPrimitive.Builder.setVisible(boolean value)
Sets the value of the 'visible' field
|
| Modifier and Type | Method and Description |
|---|---|
static AvroPrimitive.Builder |
AvroPrimitive.newBuilder(AvroPrimitive.Builder other)
Creates a new AvroPrimitive RecordBuilder by copying an existing Builder
|
Copyright © 2013–2019. All rights reserved.