@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FunnelQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA_SOURCE |
static String |
JSON_PROPERTY_QUERY_STRING |
static String |
JSON_PROPERTY_STEPS |
boolean |
unparsed |
| Constructor and Description |
|---|
FunnelQuery() |
FunnelQuery(FunnelSource dataSource,
String queryString,
List<FunnelStep> steps) |
| Modifier and Type | Method and Description |
|---|---|
FunnelQuery |
addStepsItem(FunnelStep stepsItem) |
FunnelQuery |
dataSource(FunnelSource dataSource) |
boolean |
equals(Object o)
Return true if this FunnelQuery 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.
|
FunnelSource |
getDataSource()
Source from which to query items to display in the funnel.
|
String |
getQueryString()
The widget query.
|
List<FunnelStep> |
getSteps()
List of funnel steps.
|
int |
hashCode() |
FunnelQuery |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FunnelQuery |
queryString(String queryString) |
void |
setDataSource(FunnelSource dataSource) |
void |
setQueryString(String queryString) |
void |
setSteps(List<FunnelStep> steps) |
FunnelQuery |
steps(List<FunnelStep> steps) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA_SOURCE
public static final String JSON_PROPERTY_QUERY_STRING
public static final String JSON_PROPERTY_STEPS
public FunnelQuery()
public FunnelQuery(FunnelSource dataSource, String queryString, List<FunnelStep> steps)
public FunnelQuery dataSource(FunnelSource dataSource)
public FunnelSource getDataSource()
public void setDataSource(FunnelSource dataSource)
public FunnelQuery queryString(String queryString)
public String getQueryString()
public void setQueryString(String queryString)
public FunnelQuery steps(List<FunnelStep> steps)
public FunnelQuery addStepsItem(FunnelStep stepsItem)
public List<FunnelStep> getSteps()
public void setSteps(List<FunnelStep> steps)
public FunnelQuery 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.