Package org.elasticsearch.client.ml
Class GetJobResponse
java.lang.Object
- All Implemented Interfaces:
ToXContent,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.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields Modifier and Type Field Description static ConstructingObjectParser<GetJobResponse,java.lang.Void>PARSERstatic ParseFieldRESULTS_FIELDFields inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, COUNT, results -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetJobResponsefromXContent(XContentParser parser)inthashCode()java.util.List<Job>jobs()The collection ofJobobjects found in the queryjava.lang.StringtoString()
-
Field Details
-
Method Details
-
jobs
The collection ofJobobjects found in the query -
fromXContent
- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-