Package org.elasticsearch.client.rollup
Class RollupJobCaps
java.lang.Object
org.elasticsearch.client.rollup.RollupJobCaps
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class RollupJobCaps
extends java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentObject
Represents the Rollup capabilities for a specific job on a single rollup index
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRollupJobCaps.RollupFieldCaps -
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.xcontent.ConstructingObjectParser<RollupJobCaps,java.lang.Void>PARSER -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)java.util.Map<java.lang.String,RollupJobCaps.RollupFieldCaps>getFieldCaps()java.lang.StringgetIndexPattern()java.lang.StringgetJobID()java.lang.StringgetRollupIndex()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Field Details
-
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<RollupJobCaps,java.lang.Void> PARSER
-
-
Method Details
-
getFieldCaps
-
getRollupIndex
public java.lang.String getRollupIndex() -
getIndexPattern
public java.lang.String getIndexPattern() -
getJobID
public java.lang.String getJobID() -
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
-
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-