@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BudgetValidationResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERRORS |
static String |
JSON_PROPERTY_VALID |
boolean |
unparsed |
| Constructor and Description |
|---|
BudgetValidationResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
BudgetValidationResponseDataAttributes |
addErrorsItem(String errorsItem) |
boolean |
equals(Object o)
Return true if this BudgetValidationResponseDataAttributes object is equal to o.
|
BudgetValidationResponseDataAttributes |
errors(List<String> errors) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getErrors()
A list of validation error messages for the budget.
|
Boolean |
getValid()
Whether the budget configuration is valid.
|
int |
hashCode() |
BudgetValidationResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setErrors(List<String> errors) |
void |
setValid(Boolean valid) |
String |
toString() |
BudgetValidationResponseDataAttributes |
valid(Boolean valid) |
public boolean unparsed
public static final String JSON_PROPERTY_ERRORS
public static final String JSON_PROPERTY_VALID
public BudgetValidationResponseDataAttributes()
public BudgetValidationResponseDataAttributes errors(List<String> errors)
public BudgetValidationResponseDataAttributes addErrorsItem(String errorsItem)
@Nullable public List<String> getErrors()
public BudgetValidationResponseDataAttributes valid(Boolean valid)
@Nullable public Boolean getValid()
public void setValid(Boolean valid)
public BudgetValidationResponseDataAttributes 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.