@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CompletionCondition extends Object
CompletionCondition object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OPERAND1 |
static String |
JSON_PROPERTY_OPERAND2 |
static String |
JSON_PROPERTY_OPERATOR |
boolean |
unparsed |
| Constructor and Description |
|---|
CompletionCondition() |
CompletionCondition(Object operand1,
CompletionConditionOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CompletionCondition 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.
|
Object |
getOperand1()
The
CompletionCondition operand1. |
Object |
getOperand2()
The
CompletionCondition operand2. |
CompletionConditionOperator |
getOperator()
The definition of
CompletionConditionOperator object. |
int |
hashCode() |
CompletionCondition |
operand1(Object operand1) |
CompletionCondition |
operand2(Object operand2) |
CompletionCondition |
operator(CompletionConditionOperator operator) |
CompletionCondition |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setOperand1(Object operand1) |
void |
setOperand2(Object operand2) |
void |
setOperator(CompletionConditionOperator operator) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_OPERAND1
public static final String JSON_PROPERTY_OPERAND2
public static final String JSON_PROPERTY_OPERATOR
public CompletionCondition()
public CompletionCondition(Object operand1, CompletionConditionOperator operator)
public CompletionCondition operand1(Object operand1)
public Object getOperand1()
CompletionCondition operand1.public void setOperand1(Object operand1)
public CompletionCondition operand2(Object operand2)
@Nullable public Object getOperand2()
CompletionCondition operand2.public void setOperand2(Object operand2)
public CompletionCondition operator(CompletionConditionOperator operator)
public CompletionConditionOperator getOperator()
CompletionConditionOperator object.public void setOperator(CompletionConditionOperator operator)
public CompletionCondition 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 © 2025. All rights reserved.