@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConfluentAccountResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
static String |
JSON_PROPERTY_RESOURCES |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ConfluentAccountResponseAttributes() |
ConfluentAccountResponseAttributes(String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
ConfluentAccountResponseAttributes |
addResourcesItem(ConfluentResourceResponseAttributes resourcesItem) |
ConfluentAccountResponseAttributes |
addTagsItem(String tagsItem) |
ConfluentAccountResponseAttributes |
apiKey(String apiKey) |
boolean |
equals(Object o)
Return true if this ConfluentAccountResponseAttributes object is equal to o.
|
String |
getApiKey()
The API key associated with your Confluent account.
|
List<ConfluentResourceResponseAttributes> |
getResources()
A list of Confluent resources associated with the Confluent account.
|
List<String> |
getTags()
A list of strings representing tags.
|
int |
hashCode() |
ConfluentAccountResponseAttributes |
resources(List<ConfluentResourceResponseAttributes> resources) |
void |
setApiKey(String apiKey) |
void |
setResources(List<ConfluentResourceResponseAttributes> resources) |
void |
setTags(List<String> tags) |
ConfluentAccountResponseAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY
public static final String JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_TAGS
public ConfluentAccountResponseAttributes()
public ConfluentAccountResponseAttributes(String apiKey)
public ConfluentAccountResponseAttributes apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public ConfluentAccountResponseAttributes resources(List<ConfluentResourceResponseAttributes> resources)
public ConfluentAccountResponseAttributes addResourcesItem(ConfluentResourceResponseAttributes resourcesItem)
@Nullable public List<ConfluentResourceResponseAttributes> getResources()
public void setResources(List<ConfluentResourceResponseAttributes> resources)
public ConfluentAccountResponseAttributes tags(List<String> tags)
public ConfluentAccountResponseAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.