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.AppliesToNested 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 -
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)
-
Field Details
-
Constructor Details
-
Method Details
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
getAppliesTo
-
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
-