public static class AvroChangeset.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroChangeset> implements org.apache.avro.data.RecordBuilder<AvroChangeset>
| Modifier and Type | Method and Description |
|---|---|
AvroChangeset |
build() |
AvroChangeset.Builder |
clearClosedAt()
Clears the value of the 'closed_at' field
|
AvroChangeset.Builder |
clearCreatedAt()
Clears the value of the 'created_at' field
|
AvroChangeset.Builder |
clearId()
Clears the value of the 'id' field
|
AvroChangeset.Builder |
clearMaxLat()
Clears the value of the 'max_lat' field
|
AvroChangeset.Builder |
clearMaxLon()
Clears the value of the 'max_lon' field
|
AvroChangeset.Builder |
clearMinLat()
Clears the value of the 'min_lat' field
|
AvroChangeset.Builder |
clearMinLon()
Clears the value of the 'min_lon' field
|
AvroChangeset.Builder |
clearNumChanges()
Clears the value of the 'num_changes' field
|
AvroChangeset.Builder |
clearOpen()
Clears the value of the 'open' field
|
AvroChangeset.Builder |
clearTags()
Clears the value of the 'tags' field
|
AvroChangeset.Builder |
clearUserId()
Clears the value of the 'user_id' field
|
AvroChangeset.Builder |
clearUserName()
Clears the value of the 'user_name' field
|
Long |
getClosedAt()
Gets the value of the 'closed_at' field
|
Long |
getCreatedAt()
Gets the value of the 'created_at' field
|
Long |
getId()
Gets the value of the 'id' field
|
Integer |
getMaxLat()
Gets the value of the 'max_lat' field
|
Integer |
getMaxLon()
Gets the value of the 'max_lon' field
|
Integer |
getMinLat()
Gets the value of the 'min_lat' field
|
Integer |
getMinLon()
Gets the value of the 'min_lon' field
|
Integer |
getNumChanges()
Gets the value of the 'num_changes' field
|
Boolean |
getOpen()
Gets the value of the 'open' field
|
Map<String,String> |
getTags()
Gets the value of the 'tags' field
|
Long |
getUserId()
Gets the value of the 'user_id' field
|
String |
getUserName()
Gets the value of the 'user_name' field
|
boolean |
hasClosedAt()
Checks whether the 'closed_at' field has been set
|
boolean |
hasCreatedAt()
Checks whether the 'created_at' field has been set
|
boolean |
hasId()
Checks whether the 'id' field has been set
|
boolean |
hasMaxLat()
Checks whether the 'max_lat' field has been set
|
boolean |
hasMaxLon()
Checks whether the 'max_lon' field has been set
|
boolean |
hasMinLat()
Checks whether the 'min_lat' field has been set
|
boolean |
hasMinLon()
Checks whether the 'min_lon' field has been set
|
boolean |
hasNumChanges()
Checks whether the 'num_changes' field has been set
|
boolean |
hasOpen()
Checks whether the 'open' field has been set
|
boolean |
hasTags()
Checks whether the 'tags' field has been set
|
boolean |
hasUserId()
Checks whether the 'user_id' field has been set
|
boolean |
hasUserName()
Checks whether the 'user_name' field has been set
|
AvroChangeset.Builder |
setClosedAt(Long value)
Sets the value of the 'closed_at' field
|
AvroChangeset.Builder |
setCreatedAt(Long value)
Sets the value of the 'created_at' field
|
AvroChangeset.Builder |
setId(long value)
Sets the value of the 'id' field
|
AvroChangeset.Builder |
setMaxLat(Integer value)
Sets the value of the 'max_lat' field
|
AvroChangeset.Builder |
setMaxLon(Integer value)
Sets the value of the 'max_lon' field
|
AvroChangeset.Builder |
setMinLat(Integer value)
Sets the value of the 'min_lat' field
|
AvroChangeset.Builder |
setMinLon(Integer value)
Sets the value of the 'min_lon' field
|
AvroChangeset.Builder |
setNumChanges(Integer value)
Sets the value of the 'num_changes' field
|
AvroChangeset.Builder |
setOpen(boolean value)
Sets the value of the 'open' field
|
AvroChangeset.Builder |
setTags(Map<String,String> value)
Sets the value of the 'tags' field
|
AvroChangeset.Builder |
setUserId(Long value)
Sets the value of the 'user_id' field
|
AvroChangeset.Builder |
setUserName(String value)
Sets the value of the 'user_name' field
|
public Long getId()
public AvroChangeset.Builder setId(long value)
public boolean hasId()
public AvroChangeset.Builder clearId()
public Long getUserId()
public AvroChangeset.Builder setUserId(Long value)
public boolean hasUserId()
public AvroChangeset.Builder clearUserId()
public String getUserName()
public AvroChangeset.Builder setUserName(String value)
public boolean hasUserName()
public AvroChangeset.Builder clearUserName()
public Long getCreatedAt()
public AvroChangeset.Builder setCreatedAt(Long value)
public boolean hasCreatedAt()
public AvroChangeset.Builder clearCreatedAt()
public Long getClosedAt()
public AvroChangeset.Builder setClosedAt(Long value)
public boolean hasClosedAt()
public AvroChangeset.Builder clearClosedAt()
public Boolean getOpen()
public AvroChangeset.Builder setOpen(boolean value)
public boolean hasOpen()
public AvroChangeset.Builder clearOpen()
public Integer getNumChanges()
public AvroChangeset.Builder setNumChanges(Integer value)
public boolean hasNumChanges()
public AvroChangeset.Builder clearNumChanges()
public Integer getMinLon()
public AvroChangeset.Builder setMinLon(Integer value)
public boolean hasMinLon()
public AvroChangeset.Builder clearMinLon()
public Integer getMinLat()
public AvroChangeset.Builder setMinLat(Integer value)
public boolean hasMinLat()
public AvroChangeset.Builder clearMinLat()
public Integer getMaxLon()
public AvroChangeset.Builder setMaxLon(Integer value)
public boolean hasMaxLon()
public AvroChangeset.Builder clearMaxLon()
public Integer getMaxLat()
public AvroChangeset.Builder setMaxLat(Integer value)
public boolean hasMaxLat()
public AvroChangeset.Builder clearMaxLat()
public AvroChangeset.Builder setTags(Map<String,String> value)
public boolean hasTags()
public AvroChangeset.Builder clearTags()
public AvroChangeset build()
build in interface org.apache.avro.data.RecordBuilder<AvroChangeset>Copyright © 2013–2019. All rights reserved.