Package org.elasticsearch.client.rollup
Class GetRollupCapsRequest
java.lang.Object
org.elasticsearch.client.rollup.GetRollupCapsRequest
- All Implemented Interfaces:
Validatable,ToXContent,ToXContentObject
public class GetRollupCapsRequest extends java.lang.Object implements Validatable, ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Constructor Summary
Constructors Constructor Description GetRollupCapsRequest(java.lang.String indexPattern) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetIndexPattern()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Constructor Details
-
GetRollupCapsRequest
public GetRollupCapsRequest(java.lang.String indexPattern)
-
-
Method Details
-
getIndexPattern
public java.lang.String getIndexPattern() -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-