Package org.elasticsearch.client.rollup
Class RollupJobCaps
java.lang.Object
org.elasticsearch.client.rollup.RollupJobCaps
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class RollupJobCaps extends java.lang.Object implements 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.RollupFieldCapsNested 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 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()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Field Details
-
Method Details
-
getFieldCaps
-
getRollupIndex
public java.lang.String getRollupIndex() -
getIndexPattern
public java.lang.String getIndexPattern() -
getJobID
public java.lang.String getJobID() -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- 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
-