@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentRuleQueryCondition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NORMALIZED_QUERY |
static String |
JSON_PROPERTY_RAW_QUERY |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentRuleQueryCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentRuleQueryCondition 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.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getNormalizedQuery_JsonNullable() |
String |
getNormalizedQuery()
The normalized query string.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getRawQuery_JsonNullable() |
String |
getRawQuery()
The raw query string.
|
int |
hashCode() |
IncidentRuleQueryCondition |
normalizedQuery(String normalizedQuery) |
IncidentRuleQueryCondition |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentRuleQueryCondition |
rawQuery(String rawQuery) |
void |
setNormalizedQuery_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> normalizedQuery) |
void |
setNormalizedQuery(String normalizedQuery) |
void |
setRawQuery_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rawQuery) |
void |
setRawQuery(String rawQuery) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NORMALIZED_QUERY
public static final String JSON_PROPERTY_RAW_QUERY
public IncidentRuleQueryCondition normalizedQuery(String normalizedQuery)
@Nullable public String getNormalizedQuery()
public org.openapitools.jackson.nullable.JsonNullable<String> getNormalizedQuery_JsonNullable()
public void setNormalizedQuery_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> normalizedQuery)
public void setNormalizedQuery(String normalizedQuery)
public IncidentRuleQueryCondition rawQuery(String rawQuery)
@Nullable public String getRawQuery()
public org.openapitools.jackson.nullable.JsonNullable<String> getRawQuery_JsonNullable()
public void setRawQuery_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rawQuery)
public void setRawQuery(String rawQuery)
public IncidentRuleQueryCondition 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.