@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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
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) |
MonitorOptionsAggregation |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 MonitorOptionsAggregation putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.