Class GetCategoriesResponse

java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<CategoryDefinition>
org.elasticsearch.client.ml.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.ParseField CATEGORIES  
    static org.elasticsearch.common.xcontent.ConstructingObjectParser<GetCategoriesResponse,​java.lang.Void> PARSER  

    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
    java.util.List<CategoryDefinition> categories()
    The retrieved categories
    boolean equals​(java.lang.Object obj)  
    static GetCategoriesResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    int hashCode()  

    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.ParseField CATEGORIES
    • PARSER

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

    • fromXContent

      public static GetCategoriesResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • categories

      public java.util.List<CategoryDefinition> categories()
      The retrieved categories
      Returns:
      the retrieved categories
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object