static MetricValue.Builder |
MetricValue.builder() |
|
MetricValue.Builder |
MetricValue.Builder.cidrs(String... cidrs) |
If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared
with the metric.
|
MetricValue.Builder |
MetricValue.Builder.cidrs(Collection<String> cidrs) |
If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared
with the metric.
|
MetricValue.Builder |
MetricValue.Builder.count(Long count) |
If the comparisonOperator calls for a numeric value, use this to specify that numeric value to
be compared with the metric.
|
MetricValue.Builder |
MetricValue.Builder.number(Double number) |
The numeral value of a metric.
|
MetricValue.Builder |
MetricValue.Builder.numbers(Double... numbers) |
The numeral values of a metric.
|
MetricValue.Builder |
MetricValue.Builder.numbers(Collection<Double> numbers) |
The numeral values of a metric.
|
MetricValue.Builder |
MetricValue.Builder.ports(Integer... ports) |
If the comparisonOperator calls for a set of ports, use this to specify that set to be compared
with the metric.
|
MetricValue.Builder |
MetricValue.Builder.ports(Collection<Integer> ports) |
If the comparisonOperator calls for a set of ports, use this to specify that set to be compared
with the metric.
|
MetricValue.Builder |
MetricValue.Builder.strings(String... strings) |
The string values of a metric.
|
MetricValue.Builder |
MetricValue.Builder.strings(Collection<String> strings) |
The string values of a metric.
|
MetricValue.Builder |
MetricValue.toBuilder() |
|