@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PointPlotWidgetRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_PROJECTION |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_REQUEST_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
PointPlotWidgetRequest() |
PointPlotWidgetRequest(PointPlotProjection projection,
DataProjectionQuery query,
DataProjectionRequestType requestType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this PointPlotWidgetRequest 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.
|
Long |
getLimit()
Maximum number of data points to return.
|
PointPlotProjection |
getProjection()
Projection configuration for the point plot widget.
|
DataProjectionQuery |
getQuery()
Query configuration for a data projection request.
|
DataProjectionRequestType |
getRequestType()
Type of a data projection request.
|
int |
hashCode() |
PointPlotWidgetRequest |
limit(Long limit) |
PointPlotWidgetRequest |
projection(PointPlotProjection projection) |
PointPlotWidgetRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
PointPlotWidgetRequest |
query(DataProjectionQuery query) |
PointPlotWidgetRequest |
requestType(DataProjectionRequestType requestType) |
void |
setLimit(Long limit) |
void |
setProjection(PointPlotProjection projection) |
void |
setQuery(DataProjectionQuery query) |
void |
setRequestType(DataProjectionRequestType requestType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_PROJECTION
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_REQUEST_TYPE
public PointPlotWidgetRequest()
public PointPlotWidgetRequest(PointPlotProjection projection, DataProjectionQuery query, DataProjectionRequestType requestType)
public PointPlotWidgetRequest limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public PointPlotWidgetRequest projection(PointPlotProjection projection)
public PointPlotProjection getProjection()
public void setProjection(PointPlotProjection projection)
public PointPlotWidgetRequest query(DataProjectionQuery query)
public DataProjectionQuery getQuery()
public void setQuery(DataProjectionQuery query)
public PointPlotWidgetRequest requestType(DataProjectionRequestType requestType)
public DataProjectionRequestType getRequestType()
public void setRequestType(DataProjectionRequestType requestType)
public PointPlotWidgetRequest 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.