@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConfluentAccountResourceAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RESOURCE_TYPE |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ConfluentAccountResourceAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ConfluentAccountResourceAttributes |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this ConfluentAccountResourceAttributes object is equal to o.
|
String |
getId()
The ID associated with a Confluent resource.
|
String |
getResourceType()
The resource type of the Resource.
|
List<String> |
getTags()
A list of strings representing tags.
|
int |
hashCode() |
ConfluentAccountResourceAttributes |
id(String id) |
ConfluentAccountResourceAttributes |
resourceType(String resourceType) |
void |
setId(String id) |
void |
setResourceType(String resourceType) |
void |
setTags(List<String> tags) |
ConfluentAccountResourceAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RESOURCE_TYPE
public static final String JSON_PROPERTY_TAGS
public ConfluentAccountResourceAttributes id(String id)
@Nullable public String getId()
public void setId(String id)
public ConfluentAccountResourceAttributes resourceType(String resourceType)
@Nullable public String getResourceType()
kafka, connector,
ksql, or schema_registry.public void setResourceType(String resourceType)
public ConfluentAccountResourceAttributes tags(List<String> tags)
public ConfluentAccountResourceAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.