public static class SnapshotsApi.GetGraphSnapshotOptionalParameters extends Object
| Constructor and Description |
|---|
GetGraphSnapshotOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
eventQuery(String eventQuery)
Set eventQuery.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
graphDef(String graphDef)
Set graphDef.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
height(Long height)
Set height.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
metricQuery(String metricQuery)
Set metricQuery.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
title(String title)
Set title.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
width(Long width)
Set width.
|
public SnapshotsApi.GetGraphSnapshotOptionalParameters metricQuery(String metricQuery)
metricQuery - The metric query. (optional)public SnapshotsApi.GetGraphSnapshotOptionalParameters eventQuery(String eventQuery)
eventQuery - A query that adds event bands to the graph. (optional)public SnapshotsApi.GetGraphSnapshotOptionalParameters graphDef(String graphDef)
graphDef - A JSON document defining the graph. graph_def can be used
instead of metric_query. The JSON document uses the grammar defined
here and should be formatted to a single line then URL encoded. (optional)public SnapshotsApi.GetGraphSnapshotOptionalParameters title(String title)
title - A title for the graph. If no title is specified, the graph does not have a
title. (optional)public SnapshotsApi.GetGraphSnapshotOptionalParameters height(Long height)
height - The height of the graph. If no height is specified, the graph's original height
is used. (optional)public SnapshotsApi.GetGraphSnapshotOptionalParameters width(Long width)
width - The width of the graph. If no width is specified, the graph's original width is
used. (optional)Copyright © 2024. All rights reserved.