Class GetJobResponse

java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<Job>
org.elasticsearch.client.ml.GetJobResponse
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class GetJobResponse extends AbstractResultResponse<Job>
Contains a List of the found Job objects and the total count found
  • 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.ConstructingObjectParser<GetJobResponse,Void>
     
    static final org.elasticsearch.xcontent.ParseField
     

    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
    boolean
     
    fromXContent(org.elasticsearch.xcontent.XContentParser parser)
     
    int
     
    The collection of Job objects found in the query
    final String
     

    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.xcontent.ToXContentObject

    isFragment
  • Field Details

    • RESULTS_FIELD

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

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