Class RuleCondition
java.lang.Object
org.elasticsearch.client.ml.job.config.RuleCondition
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class RuleCondition
extends Object
implements org.elasticsearch.common.xcontent.ToXContentObject
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.elasticsearch.common.xcontent.ParseFieldstatic org.elasticsearch.common.xcontent.ConstructingObjectParser<RuleCondition,Void>static org.elasticsearch.common.xcontent.ParseFieldstatic org.elasticsearch.common.xcontent.ParseFieldFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionRuleCondition(RuleCondition.AppliesTo appliesTo, Operator operator, double value) -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleConditioncreateTime(Operator operator, long epochSeconds)booleandoublegetValue()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
RULE_CONDITION_FIELD
public static final org.elasticsearch.common.xcontent.ParseField RULE_CONDITION_FIELD -
APPLIES_TO_FIELD
public static final org.elasticsearch.common.xcontent.ParseField APPLIES_TO_FIELD -
VALUE_FIELD
public static final org.elasticsearch.common.xcontent.ParseField VALUE_FIELD -
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<RuleCondition,Void> PARSER
-
-
Constructor Details
-
RuleCondition
-
-
Method Details
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
getAppliesTo
-
getOperator
-
getValue
public double getValue() -
equals
-
hashCode
public int hashCode() -
createTime
-