Class GetFiltersResponse

java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<MlFilter>
org.elasticsearch.client.ml.GetFiltersResponse
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class GetFiltersResponse
extends AbstractResultResponse<MlFilter>
Contains a List of the found MlFilter objects and the total count found
  • 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.ConstructingObjectParser<GetFiltersResponse,​java.lang.Void> PARSER  
    static org.elasticsearch.common.ParseField RESULTS_FIELD  

    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
    boolean equals​(java.lang.Object obj)  
    java.util.List<MlFilter> filters()
    The collection of MlFilter objects found in the query
    static GetFiltersResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    int hashCode()  
    java.lang.String toString()  

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

    count, toXContent

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject

    isFragment
  • Field Details

    • RESULTS_FIELD

      public static final org.elasticsearch.common.ParseField RESULTS_FIELD
    • PARSER

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

    • filters

      public java.util.List<MlFilter> filters()
      The collection of MlFilter objects found in the query
    • fromXContent

      public static GetFiltersResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • 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
    • toString

      public final java.lang.String toString()
      Overrides:
      toString in class java.lang.Object