@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) |
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 ConfluentAccountResponseAttributes 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.