ReportEvent.Builder |
ReportEvent.Builder.clearAnnotations() |
Clears the value of the 'annotations' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearDimensions() |
Clears the value of the 'dimensions' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearEndTime() |
Clears the value of the 'endTime' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearHosts() |
Clears the value of the 'hosts' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearName() |
Clears the value of the 'name' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearStartTime() |
Clears the value of the 'startTime' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearTags() |
Clears the value of the 'tags' field.
|
static ReportEvent.Builder |
ReportEvent.newBuilder() |
Creates a new ReportEvent RecordBuilder.
|
static ReportEvent.Builder |
ReportEvent.newBuilder(ReportEvent other) |
Creates a new ReportEvent RecordBuilder by copying an existing ReportEvent instance.
|
static ReportEvent.Builder |
ReportEvent.newBuilder(ReportEvent.Builder other) |
Creates a new ReportEvent RecordBuilder by copying an existing Builder.
|
ReportEvent.Builder |
ReportEvent.Builder.setAnnotations(Map<String,String> value) |
Sets the value of the 'annotations' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setDimensions(Map<String,List<String>> value) |
Sets the value of the 'dimensions' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setEndTime(long value) |
Sets the value of the 'endTime' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setHosts(List<String> value) |
Sets the value of the 'hosts' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setName(String value) |
Sets the value of the 'name' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setStartTime(long value) |
Sets the value of the 'startTime' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setTags(List<String> value) |
Sets the value of the 'tags' field.
|