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