public static class RoleHistoryFooter.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<RoleHistoryFooter> implements org.apache.avro.data.RecordBuilder<RoleHistoryFooter>
| Modifier and Type | Method and Description |
|---|---|
RoleHistoryFooter |
build() |
RoleHistoryFooter.Builder |
clearCount()
Clears the value of the 'count' field
|
Long |
getCount()
Gets the value of the 'count' field
|
boolean |
hasCount()
Checks whether the 'count' field has been set
|
RoleHistoryFooter.Builder |
setCount(long value)
Sets the value of the 'count' field
|
public Long getCount()
public RoleHistoryFooter.Builder setCount(long value)
public boolean hasCount()
public RoleHistoryFooter.Builder clearCount()
public RoleHistoryFooter build()
build in interface org.apache.avro.data.RecordBuilder<RoleHistoryFooter>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.