Package org.elasticsearch.client.ml
Class PostCalendarEventResponse
java.lang.Object
org.elasticsearch.client.ml.PostCalendarEventResponse
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class PostCalendarEventResponse
extends Object
implements org.elasticsearch.xcontent.ToXContentObject
Response to adding ScheduledEvent(s) to a Machine Learning calendar
-
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.ParseFieldstatic final org.elasticsearch.xcontent.ConstructingObjectParser<PostCalendarEventResponse,Void> Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionPostCalendarEventResponse(List<ScheduledEvent> scheduledEvents) Create a new PostCalendarEventResponse containing the scheduled Events -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PostCalendarEventResponsefromXContent(org.elasticsearch.xcontent.XContentParser parser) inthashCode()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
EVENTS
public static final org.elasticsearch.xcontent.ParseField EVENTS -
PARSER
public static final org.elasticsearch.xcontent.ConstructingObjectParser<PostCalendarEventResponse,Void> PARSER
-
-
Constructor Details
-
PostCalendarEventResponse
Create a new PostCalendarEventResponse containing the scheduled Events- Parameters:
scheduledEvents- The list ofScheduledEventobjects
-
-
Method Details
-
fromXContent
public static PostCalendarEventResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
getScheduledEvents
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-