Package org.elasticsearch.client.ml
Class GetFiltersRequest
java.lang.Object
org.elasticsearch.client.ml.GetFiltersRequest
- All Implemented Interfaces:
Validatable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class GetFiltersRequest
extends Object
implements Validatable, org.elasticsearch.common.xcontent.ToXContentObject
A request to retrieve
MlFilters-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.elasticsearch.common.xcontent.ObjectParser<GetFiltersRequest,Void>Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMSFields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFrom()getSize()inthashCode()voidsetFilterId(String filterId)Sets the filter idvoidSets the number of filters to skip.voidSets the number of filters to return.org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.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.common.xcontent.ToXContentObject
isFragmentMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Field Details
-
PARSER
-
-
Constructor Details
-
GetFiltersRequest
public GetFiltersRequest()
-
-
Method Details
-
getFilterId
-
getFrom
-
getSize
-
setFilterId
Sets the filter id- Parameters:
filterId- the filter id
-
setFrom
Sets the number of filters to skip.- Parameters:
from- set the `from` parameter
-
setSize
Sets the number of filters to return.- Parameters:
size- set the `size` parameter
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-