@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_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) |
boolean |
equals(Object o)
Return true if this ConfluentResourceResponseAttributes object is equal to o.
|
String |
getResourceType()
The resource type of the Resource.
|
List<String> |
getTags()
A list of strings representing tags.
|
int |
hashCode() |
ConfluentResourceResponseAttributes |
resourceType(String resourceType) |
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_RESOURCE_TYPE
public static final String JSON_PROPERTY_TAGS
public ConfluentResourceResponseAttributes()
public ConfluentResourceResponseAttributes(String resourceType)
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.