Class RuleScope
java.lang.Object
org.elasticsearch.client.ml.job.config.RuleScope
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class RuleScope
extends java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleScope.Builder -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static RuleScope.Builderbuilder()booleanequals(java.lang.Object obj)java.util.Set<java.lang.String>getReferencedFilters()inthashCode()booleanisEmpty()static org.elasticsearch.common.xcontent.ContextParser<java.lang.Void,RuleScope>parser()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Constructor Details
-
Method Details
-
parser
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
isEmpty
public boolean isEmpty() -
getReferencedFilters
public java.util.Set<java.lang.String> getReferencedFilters() -
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
builder
-