@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AnthropicAPIKeyUpdate extends Object
AnthropicAPIKey object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_TOKEN |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AnthropicAPIKeyUpdate() |
AnthropicAPIKeyUpdate(AnthropicAPIKeyType type) |
| Modifier and Type | Method and Description |
|---|---|
AnthropicAPIKeyUpdate |
apiToken(String apiToken) |
boolean |
equals(Object o)
Return true if this AnthropicAPIKeyUpdate 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 |
getApiToken()
The
AnthropicAPIKeyUpdate api_token. |
AnthropicAPIKeyType |
getType()
The definition of the
AnthropicAPIKey object. |
int |
hashCode() |
AnthropicAPIKeyUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApiToken(String apiToken) |
void |
setType(AnthropicAPIKeyType type) |
String |
toString() |
AnthropicAPIKeyUpdate |
type(AnthropicAPIKeyType type) |
public boolean unparsed
public static final String JSON_PROPERTY_API_TOKEN
public static final String JSON_PROPERTY_TYPE
public AnthropicAPIKeyUpdate()
public AnthropicAPIKeyUpdate(AnthropicAPIKeyType type)
public AnthropicAPIKeyUpdate apiToken(String apiToken)
@Nullable public String getApiToken()
AnthropicAPIKeyUpdate api_token.public void setApiToken(String apiToken)
public AnthropicAPIKeyUpdate type(AnthropicAPIKeyType type)
public AnthropicAPIKeyType getType()
AnthropicAPIKey object.public void setType(AnthropicAPIKeyType type)
public AnthropicAPIKeyUpdate 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 © 2025. All rights reserved.