Class GetCategoriesResponse

All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class GetCategoriesResponse extends AbstractResultResponse<CategoryDefinition>
A response containing the requested categories
  • 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.xcontent.ParseField
     
    static org.elasticsearch.common.xcontent.ConstructingObjectParser<GetCategoriesResponse,​Void>
     

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

    count, COUNT, results

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type
    Method
    Description
    The retrieved categories
    boolean
    equals​(Object obj)
     
    fromXContent​(org.elasticsearch.common.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.common.xcontent.ToXContentObject

    isFragment
  • Field Details

    • CATEGORIES

      public static final org.elasticsearch.common.xcontent.ParseField CATEGORIES
    • PARSER

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