@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConfluentAccountCreateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
static String |
JSON_PROPERTY_API_SECRET |
static String |
JSON_PROPERTY_RESOURCES |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ConfluentAccountCreateRequestAttributes() |
ConfluentAccountCreateRequestAttributes(String apiKey,
String apiSecret) |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY
public static final String JSON_PROPERTY_API_SECRET
public static final String JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_TAGS
public ConfluentAccountCreateRequestAttributes()
public ConfluentAccountCreateRequestAttributes apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public ConfluentAccountCreateRequestAttributes apiSecret(String apiSecret)
public String getApiSecret()
public void setApiSecret(String apiSecret)
public ConfluentAccountCreateRequestAttributes resources(List<ConfluentAccountResourceAttributes> resources)
public ConfluentAccountCreateRequestAttributes addResourcesItem(ConfluentAccountResourceAttributes resourcesItem)
@Nullable public List<ConfluentAccountResourceAttributes> getResources()
public void setResources(List<ConfluentAccountResourceAttributes> resources)
public ConfluentAccountCreateRequestAttributes tags(List<String> tags)
public ConfluentAccountCreateRequestAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public ConfluentAccountCreateRequestAttributes 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.