@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsMetricResponseGroupBy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_PATH |
static String |
JSON_PROPERTY_TAG_NAME |
boolean |
unparsed |
Constructor and Description |
---|
LogsMetricResponseGroupBy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this LogsMetricResponseGroupBy object is equal to o.
|
String |
getPath()
The path to the value the log-based metric will be aggregated over.
|
String |
getTagName()
Eventual name of the tag that gets created.
|
int |
hashCode() |
LogsMetricResponseGroupBy |
path(String path) |
void |
setPath(String path) |
void |
setTagName(String tagName) |
LogsMetricResponseGroupBy |
tagName(String tagName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_TAG_NAME
public LogsMetricResponseGroupBy path(String path)
@Nullable public String getPath()
public void setPath(String path)
public LogsMetricResponseGroupBy tagName(String tagName)
@Nullable public String getTagName()
public void setTagName(String tagName)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.