Package org.elasticsearch.client.ml
Class GetCalendarsResponse
java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<Calendar>
org.elasticsearch.client.ml.GetCalendarsResponse
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
-
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
FieldsModifier and TypeFieldDescriptionstatic final org.elasticsearch.xcontent.ConstructingObjectParser<GetCalendarsResponse,Void> static final org.elasticsearch.xcontent.ParseFieldFields inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, COUNT, resultsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Methods inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, toXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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<GetCalendarsResponse,Void> PARSER
-
-
Method Details
-
fromXContent
public static GetCalendarsResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
calendars
The collection ofCalendarobjects found in the query -
hashCode
public int hashCode() -
equals
-
toString
-