@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AnalysisResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERRORS |
static String |
JSON_PROPERTY_RULE_RESPONSES |
boolean |
unparsed |
| Constructor and Description |
|---|
AnalysisResponseDataAttributes() |
AnalysisResponseDataAttributes(List<String> errors,
List<AnalysisRuleResponse> ruleResponses) |
| Modifier and Type | Method and Description |
|---|---|
AnalysisResponseDataAttributes |
addErrorsItem(String errorsItem) |
AnalysisResponseDataAttributes |
addRuleResponsesItem(AnalysisRuleResponse ruleResponsesItem) |
boolean |
equals(Object o)
Return true if this AnalysisResponseDataAttributes object is equal to o.
|
AnalysisResponseDataAttributes |
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()
Top-level error messages encountered during the analysis operation.
|
List<AnalysisRuleResponse> |
getRuleResponses()
The list of results for each static analysis rule applied during analysis.
|
int |
hashCode() |
AnalysisResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AnalysisResponseDataAttributes |
ruleResponses(List<AnalysisRuleResponse> ruleResponses) |
void |
setErrors(List<String> errors) |
void |
setRuleResponses(List<AnalysisRuleResponse> ruleResponses) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ERRORS
public static final String JSON_PROPERTY_RULE_RESPONSES
public AnalysisResponseDataAttributes()
public AnalysisResponseDataAttributes(List<String> errors, List<AnalysisRuleResponse> ruleResponses)
public AnalysisResponseDataAttributes errors(List<String> errors)
public AnalysisResponseDataAttributes addErrorsItem(String errorsItem)
public List<String> getErrors()
public AnalysisResponseDataAttributes ruleResponses(List<AnalysisRuleResponse> ruleResponses)
public AnalysisResponseDataAttributes addRuleResponsesItem(AnalysisRuleResponse ruleResponsesItem)
public List<AnalysisRuleResponse> getRuleResponses()
public void setRuleResponses(List<AnalysisRuleResponse> ruleResponses)
public AnalysisResponseDataAttributes 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.