@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageQuotaUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENFORCED |
static String |
JSON_PROPERTY_USAGE_LIMIT |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageQuotaUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UsageQuotaUpdateAttributes |
enforced(Boolean enforced) |
boolean |
equals(Object o)
Return true if this UsageQuotaUpdateAttributes 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.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getEnforced_JsonNullable() |
Boolean |
getEnforced()
Whether to actively block usage above the limit.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getUsageLimit_JsonNullable() |
Long |
getUsageLimit()
The new quota limit in the usage units defined by the quota namespace.
|
int |
hashCode() |
UsageQuotaUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEnforced_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> enforced) |
void |
setEnforced(Boolean enforced) |
void |
setUsageLimit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> usageLimit) |
void |
setUsageLimit(Long usageLimit) |
String |
toString() |
UsageQuotaUpdateAttributes |
usageLimit(Long usageLimit) |
public boolean unparsed
public static final String JSON_PROPERTY_ENFORCED
public static final String JSON_PROPERTY_USAGE_LIMIT
public UsageQuotaUpdateAttributes enforced(Boolean enforced)
@Nullable public Boolean getEnforced()
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getEnforced_JsonNullable()
public void setEnforced_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> enforced)
public void setEnforced(Boolean enforced)
public UsageQuotaUpdateAttributes usageLimit(Long usageLimit)
@Nullable public Long getUsageLimit()
public org.openapitools.jackson.nullable.JsonNullable<Long> getUsageLimit_JsonNullable()
public void setUsageLimit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> usageLimit)
public void setUsageLimit(Long usageLimit)
public UsageQuotaUpdateAttributes 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 © 2026. All rights reserved.