@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScalarFormulaQueryResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_ERRORS |
boolean |
unparsed |
| Constructor and Description |
|---|
ScalarFormulaQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
ScalarFormulaQueryResponse |
data(ScalarResponse data) |
boolean |
equals(Object o)
Return true if this ScalarFormulaQueryResponse object is equal to o.
|
ScalarFormulaQueryResponse |
errors(String errors) |
ScalarResponse |
getData()
A message containing the response to a scalar query.
|
String |
getErrors()
An error generated when processing a request.
|
int |
hashCode() |
void |
setData(ScalarResponse data) |
void |
setErrors(String errors) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_ERRORS
public ScalarFormulaQueryResponse data(ScalarResponse data)
@Nullable public ScalarResponse getData()
public void setData(ScalarResponse data)
public ScalarFormulaQueryResponse errors(String errors)
@Nullable public String getErrors()
public void setErrors(String errors)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.