Package org.elasticsearch.client.ml
Class GetCalendarEventsResponse
java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<ScheduledEvent>
org.elasticsearch.client.ml.GetCalendarEventsResponse
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class GetCalendarEventsResponse extends AbstractResultResponse<ScheduledEvent>
Contains a
List of the found ScheduledEvent objects and the total count found-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.xcontent.ConstructingObjectParser<GetCalendarEventsResponse,java.lang.Void>PARSERstatic org.elasticsearch.common.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)java.util.List<ScheduledEvent>events()The collection ofScheduledEventobjects found in the querystatic GetCalendarEventsResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)inthashCode()java.lang.StringtoString()
-
Field Details
-
RESULTS_FIELD
public static final org.elasticsearch.common.ParseField RESULTS_FIELD -
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<GetCalendarEventsResponse,java.lang.Void> PARSER
-
-
Method Details
-
events
The collection ofScheduledEventobjects found in the query -
fromXContent
public static GetCalendarEventsResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- 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
-