Class IpRangeAggregationBuilder.Range
- java.lang.Object
-
- org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder.Range
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
- Enclosing class:
- IpRangeAggregationBuilder
public static class IpRangeAggregationBuilder.Range extends Object implements ToXContentObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetFrom()StringgetKey()StringgetTo()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Method Detail
-
getKey
public String getKey()
-
getFrom
public String getFrom()
-
getTo
public String getTo()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
-