Package org.elasticsearch.client.ml
Class DeleteCalendarRequest
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportRequest
-
- org.elasticsearch.action.ActionRequest
-
- org.elasticsearch.client.ml.DeleteCalendarRequest
-
- All Implemented Interfaces:
Writeable,TaskAwareRequest
public class DeleteCalendarRequest extends ActionRequest
Request to delete a Machine Learning Calendar
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.Empty
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Constructor Summary
Constructors Constructor Description DeleteCalendarRequest(String calendarId)The constructor requires a single calendar id.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCalendarId()inthashCode()ActionRequestValidationExceptionvalidate()-
Methods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResult, writeTo
-
Methods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask
-
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
-
-
-
Constructor Detail
-
DeleteCalendarRequest
public DeleteCalendarRequest(String calendarId)
The constructor requires a single calendar id.- Parameters:
calendarId- The calendar to delete. Must benon-null
-
-
Method Detail
-
getCalendarId
public String getCalendarId()
-
validate
public ActionRequestValidationException validate()
- Specified by:
validatein classActionRequest
-
-