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