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