Class RuleCondition
java.lang.Object
co.elastic.clients.elasticsearch.ml.RuleCondition
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class RuleCondition extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleCondition.BuilderBuilder forRuleCondition. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<RuleCondition>_DESERIALIZERJson deserializer forRuleCondition -
Method Summary
Modifier and Type Method Description AppliesToappliesTo()Required - Specifies the result property to which the condition applies.static RuleConditionof(java.util.function.Function<RuleCondition.Builder,ObjectBuilder<RuleCondition>> fn)ConditionOperatoroperator()Required - Specifies the condition operator.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupRuleConditionDeserializer(ObjectDeserializer<RuleCondition.Builder> op)java.lang.StringtoString()doublevalue()Required - The value that is compared against theapplies_tofield using the operator.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forRuleCondition
-
-
Method Details
-
of
public static RuleCondition of(java.util.function.Function<RuleCondition.Builder,ObjectBuilder<RuleCondition>> fn) -
appliesTo
Required - Specifies the result property to which the condition applies. If your detector uses lat_long, metric, rare, or freq_rare functions, you can only specify conditions that apply to time.API name:
applies_to -
operator
Required - Specifies the condition operator. The available options are greater than, greater than or equals, less than, and less than or equals.API name:
operator -
value
public final double value()Required - The value that is compared against theapplies_tofield using the operator.API name:
value -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupRuleConditionDeserializer
-