@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScatterPlotWidgetDefinitionRequests extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_TABLE |
static String |
JSON_PROPERTY_X |
static String |
JSON_PROPERTY_Y |
boolean |
unparsed |
Constructor and Description |
---|
ScatterPlotWidgetDefinitionRequests() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this ScatterPlotWidgetDefinitionRequests object is equal to o.
|
ScatterplotTableRequest |
getTable()
Scatterplot request containing formulas and functions.
|
ScatterPlotRequest |
getX()
Updated scatter plot.
|
ScatterPlotRequest |
getY()
Updated scatter plot.
|
int |
hashCode() |
void |
setTable(ScatterplotTableRequest table) |
void |
setX(ScatterPlotRequest x) |
void |
setY(ScatterPlotRequest y) |
ScatterPlotWidgetDefinitionRequests |
table(ScatterplotTableRequest table) |
String |
toString() |
ScatterPlotWidgetDefinitionRequests |
x(ScatterPlotRequest x) |
ScatterPlotWidgetDefinitionRequests |
y(ScatterPlotRequest y) |
public boolean unparsed
public static final String JSON_PROPERTY_TABLE
public static final String JSON_PROPERTY_X
public static final String JSON_PROPERTY_Y
public ScatterPlotWidgetDefinitionRequests table(ScatterplotTableRequest table)
@Nullable public ScatterplotTableRequest getTable()
public void setTable(ScatterplotTableRequest table)
public ScatterPlotWidgetDefinitionRequests x(ScatterPlotRequest x)
@Nullable public ScatterPlotRequest getX()
public void setX(ScatterPlotRequest x)
public ScatterPlotWidgetDefinitionRequests y(ScatterPlotRequest y)
@Nullable public ScatterPlotRequest getY()
public void setY(ScatterPlotRequest y)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.