Class GetBucketsResponse

java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<Bucket>
org.elasticsearch.client.ml.GetBucketsResponse
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.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.xcontent.ToXContent

    org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.elasticsearch.xcontent.ParseField
     
    static final org.elasticsearch.xcontent.ConstructingObjectParser<GetBucketsResponse,Void>
     

    Fields inherited from class org.elasticsearch.client.ml.AbstractResultResponse

    count, COUNT, results

    Fields inherited from interface org.elasticsearch.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type
    Method
    Description
    The retrieved buckets
    boolean
     
    fromXContent(org.elasticsearch.xcontent.XContentParser parser)
     
    int
     

    Methods inherited from class org.elasticsearch.client.ml.AbstractResultResponse

    count, toXContent

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject

    isFragment
  • Field Details

    • BUCKETS

      public static final org.elasticsearch.xcontent.ParseField BUCKETS
    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<GetBucketsResponse,Void> PARSER
  • Method Details