| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Threshold |
Threshold.clone() |
Threshold |
Threshold.set(String fieldName,
Object value) |
Threshold |
Threshold.setColor(String color)
The state color for this threshold.
|
Threshold |
Threshold.setDirection(String direction)
The direction for the current threshold.
|
Threshold |
Threshold.setLabel(String label)
A label for the threshold.
|
Threshold |
Threshold.setValue(Double value)
The value of the threshold.
|
| Modifier and Type | Method and Description |
|---|---|
List<Threshold> |
XyChart.getThresholds()
Threshold lines drawn horizontally across the chart.
|
List<Threshold> |
Scorecard.getThresholds()
The thresholds used to determine the state of the scorecard given the time series' current
value.
|
| Modifier and Type | Method and Description |
|---|---|
XyChart |
XyChart.setThresholds(List<Threshold> thresholds)
Threshold lines drawn horizontally across the chart.
|
Scorecard |
Scorecard.setThresholds(List<Threshold> thresholds)
The thresholds used to determine the state of the scorecard given the time series' current
value.
|
Copyright © 2011–2021 Google. All rights reserved.