@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorOptionsAggregation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_METRIC |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorOptionsAggregation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MonitorOptionsAggregation object is equal to o.
|
String |
getGroupBy()
Group to break down the monitor on.
|
String |
getMetric()
Metric name used in the monitor.
|
String |
getType()
Metric type used in the monitor.
|
MonitorOptionsAggregation |
groupBy(String groupBy) |
int |
hashCode() |
MonitorOptionsAggregation |
metric(String metric) |
void |
setGroupBy(String groupBy) |
void |
setMetric(String metric) |
void |
setType(String type) |
String |
toString() |
MonitorOptionsAggregation |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_METRIC
public static final String JSON_PROPERTY_TYPE
public MonitorOptionsAggregation groupBy(String groupBy)
@Nullable public String getGroupBy()
public void setGroupBy(String groupBy)
public MonitorOptionsAggregation metric(String metric)
@Nullable public String getMetric()
public void setMetric(String metric)
public MonitorOptionsAggregation type(String type)
@Nullable public String getType()
public void setType(String type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.