Class RuleScope
- java.lang.Object
-
- org.elasticsearch.client.ml.job.config.RuleScope
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class RuleScope extends Object implements ToXContentObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleScope.Builder-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleScope.Builderbuilder()booleanequals(Object obj)Set<String>getReferencedFilters()inthashCode()booleanisEmpty()static ContextParser<Void,RuleScope>parser()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
-
-
-
-
Method Detail
-
parser
public static ContextParser<Void,RuleScope> parser()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
isEmpty
public boolean isEmpty()
-
builder
public static RuleScope.Builder builder()
-
-