ReportHistogram.Builder |
ReportHistogram.Builder.clearAnnotations() |
Clears the value of the 'annotations' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.clearCustomer() |
Clears the value of the 'customer' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.clearHost() |
Clears the value of the 'host' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.clearMetric() |
Clears the value of the 'metric' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.clearTimestamp() |
Clears the value of the 'timestamp' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.clearValue() |
Clears the value of the 'value' field.
|
static ReportHistogram.Builder |
ReportHistogram.newBuilder() |
Creates a new ReportHistogram RecordBuilder.
|
static ReportHistogram.Builder |
ReportHistogram.newBuilder(ReportHistogram other) |
Creates a new ReportHistogram RecordBuilder by copying an existing ReportHistogram instance.
|
static ReportHistogram.Builder |
ReportHistogram.newBuilder(ReportHistogram.Builder other) |
Creates a new ReportHistogram RecordBuilder by copying an existing Builder.
|
ReportHistogram.Builder |
ReportHistogram.Builder.setAnnotations(List<Annotation> value) |
Sets the value of the 'annotations' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.setCustomer(String value) |
Sets the value of the 'customer' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.setHost(String value) |
Sets the value of the 'host' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.setMetric(String value) |
Sets the value of the 'metric' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.setTimestamp(long value) |
Sets the value of the 'timestamp' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.setValue(Histogram value) |
Sets the value of the 'value' field.
|
ReportHistogram.Builder |
ReportHistogram.Builder.setValueBuilder(Histogram.Builder value) |
Sets the Builder instance for the 'value' field
|