@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConfluentResourceResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENABLE_CUSTOM_METRICS |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RESOURCE_TYPE |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ConfluentResourceResponseAttributes() |
ConfluentResourceResponseAttributes(String resourceType) |
| Modifier and Type | Method and Description |
|---|---|
ConfluentResourceResponseAttributes |
addTagsItem(String tagsItem) |
ConfluentResourceResponseAttributes |
enableCustomMetrics(Boolean enableCustomMetrics) |
boolean |
equals(Object o)
Return true if this ConfluentResourceResponseAttributes 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.
|
Boolean |
getEnableCustomMetrics()
Enable the
custom.consumer_lag_offset metric, which contains extra metric tags. |
String |
getId()
The ID associated with the Confluent resource.
|
String |
getResourceType()
The resource type of the Resource.
|
List<String> |
getTags()
A list of strings representing tags.
|
int |
hashCode() |
ConfluentResourceResponseAttributes |
id(String id) |
ConfluentResourceResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ConfluentResourceResponseAttributes |
resourceType(String resourceType) |
void |
setEnableCustomMetrics(Boolean enableCustomMetrics) |
void |
setId(String id) |
void |
setResourceType(String resourceType) |
void |
setTags(List<String> tags) |
ConfluentResourceResponseAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENABLE_CUSTOM_METRICS
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RESOURCE_TYPE
public static final String JSON_PROPERTY_TAGS
public ConfluentResourceResponseAttributes()
public ConfluentResourceResponseAttributes(String resourceType)
public ConfluentResourceResponseAttributes enableCustomMetrics(Boolean enableCustomMetrics)
@Nullable public Boolean getEnableCustomMetrics()
custom.consumer_lag_offset metric, which contains extra metric tags.public void setEnableCustomMetrics(Boolean enableCustomMetrics)
public ConfluentResourceResponseAttributes id(String id)
@Nullable public String getId()
public void setId(String id)
public ConfluentResourceResponseAttributes resourceType(String resourceType)
public String getResourceType()
kafka, connector,
ksql, or schema_registry.public void setResourceType(String resourceType)
public ConfluentResourceResponseAttributes tags(List<String> tags)
public ConfluentResourceResponseAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public ConfluentResourceResponseAttributes 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.