@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListStreamWidgetRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLUMNS |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_RESPONSE_FORMAT |
boolean |
unparsed |
| Constructor and Description |
|---|
ListStreamWidgetRequest() |
ListStreamWidgetRequest(List<ListStreamColumn> columns,
ListStreamQuery query,
ListStreamResponseFormat responseFormat) |
public boolean unparsed
public static final String JSON_PROPERTY_COLUMNS
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_RESPONSE_FORMAT
public ListStreamWidgetRequest()
public ListStreamWidgetRequest(List<ListStreamColumn> columns, ListStreamQuery query, ListStreamResponseFormat responseFormat)
public ListStreamWidgetRequest columns(List<ListStreamColumn> columns)
public ListStreamWidgetRequest addColumnsItem(ListStreamColumn columnsItem)
public List<ListStreamColumn> getColumns()
public void setColumns(List<ListStreamColumn> columns)
public ListStreamWidgetRequest query(ListStreamQuery query)
public ListStreamQuery getQuery()
public void setQuery(ListStreamQuery query)
public ListStreamWidgetRequest responseFormat(ListStreamResponseFormat responseFormat)
public ListStreamResponseFormat getResponseFormat()
public void setResponseFormat(ListStreamResponseFormat responseFormat)
public ListStreamWidgetRequest 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 © 2024. All rights reserved.