@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsMetricResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsMetricResponseData() |
| Modifier and Type | Method and Description |
|---|---|
LogsMetricResponseData |
attributes(LogsMetricResponseAttributes attributes) |
boolean |
equals(Object o)
Return true if this LogsMetricResponseData 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.
|
LogsMetricResponseAttributes |
getAttributes()
The object describing a Datadog log-based metric.
|
String |
getId()
The name of the log-based metric.
|
LogsMetricType |
getType()
The type of the resource.
|
int |
hashCode() |
LogsMetricResponseData |
id(String id) |
LogsMetricResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(LogsMetricResponseAttributes attributes) |
void |
setId(String id) |
void |
setType(LogsMetricType type) |
String |
toString() |
LogsMetricResponseData |
type(LogsMetricType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public LogsMetricResponseData attributes(LogsMetricResponseAttributes attributes)
@Nullable public LogsMetricResponseAttributes getAttributes()
public void setAttributes(LogsMetricResponseAttributes attributes)
public LogsMetricResponseData id(String id)
@Nullable public String getId()
public void setId(String id)
public LogsMetricResponseData type(LogsMetricType type)
@Nullable public LogsMetricType getType()
public void setType(LogsMetricType type)
public LogsMetricResponseData 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.