public static class AvroGpxTrack.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroGpxTrack> implements org.apache.avro.data.RecordBuilder<AvroGpxTrack>
Modifier and Type | Method and Description |
---|---|
AvroGpxTrack |
build() |
AvroGpxTrack.Builder |
clearDescription()
Clears the value of the 'description' field
|
AvroGpxTrack.Builder |
clearGpxfile()
Clears the value of the 'gpxfile' field
|
AvroGpxTrack.Builder |
clearPoints()
Clears the value of the 'points' field
|
AvroGpxTrack.Builder |
clearTags()
Clears the value of the 'tags' field
|
AvroGpxTrack.Builder |
clearTimestamp()
Clears the value of the 'timestamp' field
|
AvroGpxTrack.Builder |
clearTrackid()
Clears the value of the 'trackid' field
|
AvroGpxTrack.Builder |
clearUser()
Clears the value of the 'user' field
|
AvroGpxTrack.Builder |
clearUserid()
Clears the value of the 'userid' field
|
AvroGpxTrack.Builder |
clearVisibility()
Clears the value of the 'visibility' field
|
String |
getDescription()
Gets the value of the 'description' field
|
ByteBuffer |
getGpxfile()
Gets the value of the 'gpxfile' field
|
Long |
getPoints()
Gets the value of the 'points' field
|
List<String> |
getTags()
Gets the value of the 'tags' field
|
Long |
getTimestamp()
Gets the value of the 'timestamp' field
|
Long |
getTrackid()
Gets the value of the 'trackid' field
|
String |
getUser()
Gets the value of the 'user' field
|
Long |
getUserid()
Gets the value of the 'userid' field
|
String |
getVisibility()
Gets the value of the 'visibility' field
|
boolean |
hasDescription()
Checks whether the 'description' field has been set
|
boolean |
hasGpxfile()
Checks whether the 'gpxfile' field has been set
|
boolean |
hasPoints()
Checks whether the 'points' field has been set
|
boolean |
hasTags()
Checks whether the 'tags' field has been set
|
boolean |
hasTimestamp()
Checks whether the 'timestamp' field has been set
|
boolean |
hasTrackid()
Checks whether the 'trackid' field has been set
|
boolean |
hasUser()
Checks whether the 'user' field has been set
|
boolean |
hasUserid()
Checks whether the 'userid' field has been set
|
boolean |
hasVisibility()
Checks whether the 'visibility' field has been set
|
AvroGpxTrack.Builder |
setDescription(String value)
Sets the value of the 'description' field
|
AvroGpxTrack.Builder |
setGpxfile(ByteBuffer value)
Sets the value of the 'gpxfile' field
|
AvroGpxTrack.Builder |
setPoints(Long value)
Sets the value of the 'points' field
|
AvroGpxTrack.Builder |
setTags(List<String> value)
Sets the value of the 'tags' field
|
AvroGpxTrack.Builder |
setTimestamp(Long value)
Sets the value of the 'timestamp' field
|
AvroGpxTrack.Builder |
setTrackid(Long value)
Sets the value of the 'trackid' field
|
AvroGpxTrack.Builder |
setUser(String value)
Sets the value of the 'user' field
|
AvroGpxTrack.Builder |
setUserid(Long value)
Sets the value of the 'userid' field
|
AvroGpxTrack.Builder |
setVisibility(String value)
Sets the value of the 'visibility' field
|
public Long getTrackid()
public AvroGpxTrack.Builder setTrackid(Long value)
public boolean hasTrackid()
public AvroGpxTrack.Builder clearTrackid()
public Long getTimestamp()
public AvroGpxTrack.Builder setTimestamp(Long value)
public boolean hasTimestamp()
public AvroGpxTrack.Builder clearTimestamp()
public ByteBuffer getGpxfile()
public AvroGpxTrack.Builder setGpxfile(ByteBuffer value)
public boolean hasGpxfile()
public AvroGpxTrack.Builder clearGpxfile()
public Long getPoints()
public AvroGpxTrack.Builder setPoints(Long value)
public boolean hasPoints()
public AvroGpxTrack.Builder clearPoints()
public String getVisibility()
public AvroGpxTrack.Builder setVisibility(String value)
public boolean hasVisibility()
public AvroGpxTrack.Builder clearVisibility()
public String getUser()
public AvroGpxTrack.Builder setUser(String value)
public boolean hasUser()
public AvroGpxTrack.Builder clearUser()
public Long getUserid()
public AvroGpxTrack.Builder setUserid(Long value)
public boolean hasUserid()
public AvroGpxTrack.Builder clearUserid()
public String getDescription()
public AvroGpxTrack.Builder setDescription(String value)
public boolean hasDescription()
public AvroGpxTrack.Builder clearDescription()
public AvroGpxTrack.Builder setTags(List<String> value)
public boolean hasTags()
public AvroGpxTrack.Builder clearTags()
public AvroGpxTrack build()
build
in interface org.apache.avro.data.RecordBuilder<AvroGpxTrack>
Copyright © 2013–2022. All rights reserved.