@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConfluentAccountUpdateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
static String |
JSON_PROPERTY_API_SECRET |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ConfluentAccountUpdateRequestAttributes() |
ConfluentAccountUpdateRequestAttributes(String apiKey,
String apiSecret) |
| Modifier and Type | Method and Description |
|---|---|
ConfluentAccountUpdateRequestAttributes |
addTagsItem(String tagsItem) |
ConfluentAccountUpdateRequestAttributes |
apiKey(String apiKey) |
ConfluentAccountUpdateRequestAttributes |
apiSecret(String apiSecret) |
boolean |
equals(Object o)
Return true if this ConfluentAccountUpdateRequestAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getApiKey()
The API key associated with your Confluent account.
|
String |
getApiSecret()
The API secret associated with your Confluent account.
|
List<String> |
getTags()
A list of strings representing tags.
|
int |
hashCode() |
ConfluentAccountUpdateRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApiKey(String apiKey) |
void |
setApiSecret(String apiSecret) |
void |
setTags(List<String> tags) |
ConfluentAccountUpdateRequestAttributes |
tags(List<String> tags) |
String |
toString() |
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_TAGS
public ConfluentAccountUpdateRequestAttributes()
public ConfluentAccountUpdateRequestAttributes apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public ConfluentAccountUpdateRequestAttributes apiSecret(String apiSecret)
public String getApiSecret()
public void setApiSecret(String apiSecret)
public ConfluentAccountUpdateRequestAttributes tags(List<String> tags)
public ConfluentAccountUpdateRequestAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public ConfluentAccountUpdateRequestAttributes 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.