Package org.elasticsearch.client.ml
Class UpdateFilterRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.client.ml.UpdateFilterRequest
- All Implemented Interfaces:
org.elasticsearch.common.io.stream.Writeable,org.elasticsearch.core.RefCounted,org.elasticsearch.tasks.TaskAwareRequest,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class UpdateFilterRequest
extends org.elasticsearch.action.ActionRequest
implements org.elasticsearch.xcontent.ToXContentObject
Updates an existing
MlFilter configuration-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
org.elasticsearch.transport.TransportRequest.EmptyNested 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<UpdateFilterRequest,Void> static final org.elasticsearch.xcontent.ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionUpdateFilterRequest(String filterId) Construct a new request referencing a non-null, existing filter_id -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAddItems(Collection<String> addItems) The collection of items to add to the filtervoidsetDescription(String description) The new description of the filtervoidsetRemoveItems(Collection<String> removeItems) The collection of items to remove from the filterfinal StringtoString()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) org.elasticsearch.action.ActionRequestValidationExceptionvalidate()Methods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResult, writeToMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTaskMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, setParentTaskMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
ADD_ITEMS
public static final org.elasticsearch.xcontent.ParseField ADD_ITEMS -
REMOVE_ITEMS
public static final org.elasticsearch.xcontent.ParseField REMOVE_ITEMS -
PARSER
public static final org.elasticsearch.xcontent.ConstructingObjectParser<UpdateFilterRequest,Void> PARSER
-
-
Constructor Details
-
UpdateFilterRequest
Construct a new request referencing a non-null, existing filter_id- Parameters:
filterId- Id referencing the filter to update
-
-
Method Details
-
getFilterId
-
getDescription
- Specified by:
getDescriptionin interfaceorg.elasticsearch.tasks.TaskAwareRequest
-
setDescription
The new description of the filter- Parameters:
description- the updated filter description
-
getAddItems
-
setAddItems
The collection of items to add to the filter- Parameters:
addItems- non-null items to add to the filter, defaults to empty array
-
getRemoveItems
-
setRemoveItems
The collection of items to remove from the filter- Parameters:
removeItems- non-null items to remove from the filter, defaults to empty array
-
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
-
toString
- Overrides:
toStringin classorg.elasticsearch.transport.TransportRequest
-
validate
public org.elasticsearch.action.ActionRequestValidationException validate()- Specified by:
validatein classorg.elasticsearch.action.ActionRequest
-