Package org.elasticsearch.client.ml
Class GetBucketsResponse
java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<Bucket>
org.elasticsearch.client.ml.GetBucketsResponse
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class GetBucketsResponse extends AbstractResultResponse<Bucket>
A response containing the requested buckets
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.ParseFieldBUCKETSstatic org.elasticsearch.common.xcontent.ConstructingObjectParser<GetBucketsResponse,java.lang.Void>PARSERFields inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, COUNT, resultsFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and Type Method Description java.util.List<Bucket>buckets()The retrieved bucketsbooleanequals(java.lang.Object obj)static GetBucketsResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)inthashCode()Methods inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, toXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
BUCKETS
public static final org.elasticsearch.common.ParseField BUCKETS -
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<GetBucketsResponse,java.lang.Void> PARSER
-
-
Method Details
-
fromXContent
public static GetBucketsResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
buckets
The retrieved buckets- Returns:
- the retrieved buckets
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-