public static class ReportEvent.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ReportEvent> implements org.apache.avro.data.RecordBuilder<ReportEvent>
| Modifier and Type | Method and Description |
|---|---|
ReportEvent |
build() |
ReportEvent.Builder |
clearAnnotations()
Clears the value of the 'annotations' field
|
ReportEvent.Builder |
clearEndTime()
Clears the value of the 'endTime' field
|
ReportEvent.Builder |
clearHosts()
Clears the value of the 'hosts' field
|
ReportEvent.Builder |
clearIsUserEvent()
Clears the value of the 'isUserEvent' field
|
ReportEvent.Builder |
clearName()
Clears the value of the 'name' field
|
ReportEvent.Builder |
clearStartTime()
Clears the value of the 'startTime' field
|
ReportEvent.Builder |
clearSummarizedEvents()
Clears the value of the 'summarizedEvents' field
|
ReportEvent.Builder |
clearTable()
Clears the value of the 'table' field
|
ReportEvent.Builder |
clearTags()
Clears the value of the 'tags' field
|
Map<String,String> |
getAnnotations()
Gets the value of the 'annotations' field
|
Long |
getEndTime()
Gets the value of the 'endTime' field
|
List<String> |
getHosts()
Gets the value of the 'hosts' field
|
Boolean |
getIsUserEvent()
Gets the value of the 'isUserEvent' field
|
String |
getName()
Gets the value of the 'name' field
|
Long |
getStartTime()
Gets the value of the 'startTime' field
|
Long |
getSummarizedEvents()
Gets the value of the 'summarizedEvents' field
|
String |
getTable()
Gets the value of the 'table' field
|
List<String> |
getTags()
Gets the value of the 'tags' field
|
boolean |
hasAnnotations()
Checks whether the 'annotations' field has been set
|
boolean |
hasEndTime()
Checks whether the 'endTime' field has been set
|
boolean |
hasHosts()
Checks whether the 'hosts' field has been set
|
boolean |
hasIsUserEvent()
Checks whether the 'isUserEvent' field has been set
|
boolean |
hasName()
Checks whether the 'name' field has been set
|
boolean |
hasStartTime()
Checks whether the 'startTime' field has been set
|
boolean |
hasSummarizedEvents()
Checks whether the 'summarizedEvents' field has been set
|
boolean |
hasTable()
Checks whether the 'table' field has been set
|
boolean |
hasTags()
Checks whether the 'tags' field has been set
|
ReportEvent.Builder |
setAnnotations(Map<String,String> value)
Sets the value of the 'annotations' field
|
ReportEvent.Builder |
setEndTime(Long value)
Sets the value of the 'endTime' field
|
ReportEvent.Builder |
setHosts(List<String> value)
Sets the value of the 'hosts' field
|
ReportEvent.Builder |
setIsUserEvent(Boolean value)
Sets the value of the 'isUserEvent' field
|
ReportEvent.Builder |
setName(String value)
Sets the value of the 'name' field
|
ReportEvent.Builder |
setStartTime(long value)
Sets the value of the 'startTime' field
|
ReportEvent.Builder |
setSummarizedEvents(Long value)
Sets the value of the 'summarizedEvents' field
|
ReportEvent.Builder |
setTable(String value)
Sets the value of the 'table' field
|
ReportEvent.Builder |
setTags(List<String> value)
Sets the value of the 'tags' field
|
public String getName()
public ReportEvent.Builder setName(String value)
public boolean hasName()
public ReportEvent.Builder clearName()
public Long getStartTime()
public ReportEvent.Builder setStartTime(long value)
public boolean hasStartTime()
public ReportEvent.Builder clearStartTime()
public Long getEndTime()
public ReportEvent.Builder setEndTime(Long value)
public boolean hasEndTime()
public ReportEvent.Builder clearEndTime()
public ReportEvent.Builder setAnnotations(Map<String,String> value)
public boolean hasAnnotations()
public ReportEvent.Builder clearAnnotations()
public ReportEvent.Builder setHosts(List<String> value)
public boolean hasHosts()
public ReportEvent.Builder clearHosts()
public Long getSummarizedEvents()
public ReportEvent.Builder setSummarizedEvents(Long value)
public boolean hasSummarizedEvents()
public ReportEvent.Builder clearSummarizedEvents()
public ReportEvent.Builder setTags(List<String> value)
public boolean hasTags()
public ReportEvent.Builder clearTags()
public Boolean getIsUserEvent()
public ReportEvent.Builder setIsUserEvent(Boolean value)
public boolean hasIsUserEvent()
public ReportEvent.Builder clearIsUserEvent()
public String getTable()
public ReportEvent.Builder setTable(String value)
public boolean hasTable()
public ReportEvent.Builder clearTable()
public ReportEvent build()
build in interface org.apache.avro.data.RecordBuilder<ReportEvent>Copyright © 2015. All rights reserved.