@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GovernanceInsightEventQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPUTE |
static String |
JSON_PROPERTY_INDEXES |
static String |
JSON_PROPERTY_QUERY |
boolean |
unparsed |
| Constructor and Description |
|---|
GovernanceInsightEventQuery() |
GovernanceInsightEventQuery(List<String> indexes,
String query) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceInsightEventQuery |
addIndexesItem(String indexesItem) |
GovernanceInsightEventQuery |
compute(GovernanceInsightEventCompute compute) |
boolean |
equals(Object o)
Return true if this GovernanceInsightEventQuery 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.
|
GovernanceInsightEventCompute |
getCompute()
The aggregation applied to an event query.
|
List<String> |
getIndexes()
The event indexes the query runs against.
|
String |
getQuery()
The event search query string.
|
int |
hashCode() |
GovernanceInsightEventQuery |
indexes(List<String> indexes) |
GovernanceInsightEventQuery |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GovernanceInsightEventQuery |
query(String query) |
void |
setCompute(GovernanceInsightEventCompute compute) |
void |
setIndexes(List<String> indexes) |
void |
setQuery(String query) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPUTE
public static final String JSON_PROPERTY_INDEXES
public static final String JSON_PROPERTY_QUERY
public GovernanceInsightEventQuery compute(GovernanceInsightEventCompute compute)
@Nullable public GovernanceInsightEventCompute getCompute()
public void setCompute(GovernanceInsightEventCompute compute)
public GovernanceInsightEventQuery indexes(List<String> indexes)
public GovernanceInsightEventQuery addIndexesItem(String indexesItem)
public List<String> getIndexes()
public GovernanceInsightEventQuery query(String query)
public String getQuery()
public void setQuery(String query)
public GovernanceInsightEventQuery 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.