Package org.elasticsearch.client.ml
Class GetOverallBucketsResponse
java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<OverallBucket>
org.elasticsearch.client.ml.GetOverallBucketsResponse
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class GetOverallBucketsResponse extends AbstractResultResponse<OverallBucket>
A response containing the requested overall buckets
-
Nested Class Summary
Nested 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 ParseFieldOVERALL_BUCKETSstatic ConstructingObjectParser<GetOverallBucketsResponse,java.lang.Void>PARSERFields inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, COUNT, results -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetOverallBucketsResponsefromXContent(XContentParser parser)inthashCode()java.util.List<OverallBucket>overallBuckets()The retrieved overall buckets
-
Field Details
-
Method Details
-
fromXContent
public static GetOverallBucketsResponse fromXContent(XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
overallBuckets
The retrieved overall buckets- Returns:
- the retrieved overall buckets
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-