Class RuleCondition
- java.lang.Object
-
- org.elasticsearch.client.ml.job.config.RuleCondition
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class RuleCondition extends java.lang.Object implements ToXContentObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleCondition.AppliesTo-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
Fields Modifier and Type Field Description static ParseFieldAPPLIES_TO_FIELDstatic ConstructingObjectParser<RuleCondition,java.lang.Void>PARSERstatic ParseFieldRULE_CONDITION_FIELDstatic ParseFieldVALUE_FIELD-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description RuleCondition(RuleCondition.AppliesTo appliesTo, Operator operator, double value)
-
Method Summary
Modifier and Type Method Description static RuleConditioncreateTime(Operator operator, long epochSeconds)booleanequals(java.lang.Object obj)RuleCondition.AppliesTogetAppliesTo()OperatorgetOperator()doublegetValue()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
RULE_CONDITION_FIELD
public static final ParseField RULE_CONDITION_FIELD
-
APPLIES_TO_FIELD
public static final ParseField APPLIES_TO_FIELD
-
VALUE_FIELD
public static final ParseField VALUE_FIELD
-
PARSER
public static final ConstructingObjectParser<RuleCondition,java.lang.Void> PARSER
-
-
Constructor Detail
-
RuleCondition
public RuleCondition(RuleCondition.AppliesTo appliesTo, Operator operator, double value)
-
-
Method Detail
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
getAppliesTo
public RuleCondition.AppliesTo getAppliesTo()
-
getOperator
public Operator getOperator()
-
getValue
public double getValue()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
createTime
public static RuleCondition createTime(Operator operator, long epochSeconds)
-
-