Package org.elasticsearch.client.ml
Class GetJobStatsResponse
java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<JobStats>
org.elasticsearch.client.ml.GetJobStatsResponse
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class GetJobStatsResponse extends AbstractResultResponse<JobStats>
Contains a
List of the found JobStats 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<GetJobStatsResponse,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 GetJobStatsResponsefromXContent(XContentParser parser)inthashCode()java.util.List<JobStats>jobStats()The collection ofJobStatsobjects found in the queryjava.lang.StringtoString()
-
Field Details
-
Method Details
-
jobStats
The collection ofJobStatsobjects 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
-