Package org.elasticsearch.client.ml
Class GetRecordsResponse
java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<AnomalyRecord>
org.elasticsearch.client.ml.GetRecordsResponse
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class GetRecordsResponse extends AbstractResultResponse<AnomalyRecord>
A response containing the requested records
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.xcontent.ConstructingObjectParser<GetRecordsResponse,java.lang.Void>PARSERstatic org.elasticsearch.common.ParseFieldRECORDSFields inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, COUNT, results -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetRecordsResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)inthashCode()java.util.List<AnomalyRecord>records()The retrieved records
-
Field Details
-
RECORDS
public static final org.elasticsearch.common.ParseField RECORDS -
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<GetRecordsResponse,java.lang.Void> PARSER
-
-
Method Details
-
fromXContent
public static GetRecordsResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
records
The retrieved records- Returns:
- the retrieved records
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-