@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GovernanceInsightQueryConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHART_TYPE |
static String |
JSON_PROPERTY_COMPARISON_SHIFT |
static String |
JSON_PROPERTY_DEFAULT_VALUE |
static String |
JSON_PROPERTY_DIRECTIONALITY |
static String |
JSON_PROPERTY_EFFECTIVE_TIME_WINDOW_DAYS |
boolean |
unparsed |
| Constructor and Description |
|---|
GovernanceInsightQueryConfig() |
GovernanceInsightQueryConfig(String comparisonShift,
Long effectiveTimeWindowDays) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceInsightQueryConfig |
chartType(String chartType) |
GovernanceInsightQueryConfig |
comparisonShift(String comparisonShift) |
GovernanceInsightQueryConfig |
defaultValue(Long defaultValue) |
GovernanceInsightQueryConfig |
directionality(GovernanceInsightDirectionality directionality) |
GovernanceInsightQueryConfig |
effectiveTimeWindowDays(Long effectiveTimeWindowDays) |
boolean |
equals(Object o)
Return true if this GovernanceInsightQueryConfig 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.
|
String |
getChartType()
The chart type used to render the insight.
|
String |
getComparisonShift()
The window used for the previous value comparison; for example,
week or
month. |
Long |
getDefaultValue()
The default value to display when no data is available.
|
GovernanceInsightDirectionality |
getDirectionality()
Whether an increase in the insight's value is good, bad, or neutral.
|
Long |
getEffectiveTimeWindowDays()
The number of days the insight value is computed over.
|
int |
hashCode() |
GovernanceInsightQueryConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setChartType(String chartType) |
void |
setComparisonShift(String comparisonShift) |
void |
setDefaultValue(Long defaultValue) |
void |
setDirectionality(GovernanceInsightDirectionality directionality) |
void |
setEffectiveTimeWindowDays(Long effectiveTimeWindowDays) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CHART_TYPE
public static final String JSON_PROPERTY_COMPARISON_SHIFT
public static final String JSON_PROPERTY_DEFAULT_VALUE
public static final String JSON_PROPERTY_DIRECTIONALITY
public static final String JSON_PROPERTY_EFFECTIVE_TIME_WINDOW_DAYS
public GovernanceInsightQueryConfig chartType(String chartType)
@Nullable public String getChartType()
public void setChartType(String chartType)
public GovernanceInsightQueryConfig comparisonShift(String comparisonShift)
public String getComparisonShift()
week or
month.public void setComparisonShift(String comparisonShift)
public GovernanceInsightQueryConfig defaultValue(Long defaultValue)
@Nullable public Long getDefaultValue()
public void setDefaultValue(Long defaultValue)
public GovernanceInsightQueryConfig directionality(GovernanceInsightDirectionality directionality)
@Nullable public GovernanceInsightDirectionality getDirectionality()
public void setDirectionality(GovernanceInsightDirectionality directionality)
public GovernanceInsightQueryConfig effectiveTimeWindowDays(Long effectiveTimeWindowDays)
public Long getEffectiveTimeWindowDays()
public void setEffectiveTimeWindowDays(Long effectiveTimeWindowDays)
public GovernanceInsightQueryConfig 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.