Class Quantiles
- java.lang.Object
-
- org.elasticsearch.client.ml.job.process.Quantiles
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class Quantiles extends Object implements ToXContentObject
Quantiles Result POJO
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
Fields Modifier and Type Field Description static ConstructingObjectParser<Quantiles,Void>PARSERstatic ParseFieldQUANTILE_STATEstatic ParseFieldTIMESTAMPField Names-
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 other)Compare all the fields.StringgetJobId()StringgetQuantileState()DategetTimestamp()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
-
-
-
-
Field Detail
-
TIMESTAMP
public static final ParseField TIMESTAMP
Field Names
-
QUANTILE_STATE
public static final ParseField QUANTILE_STATE
-
PARSER
public static final ConstructingObjectParser<Quantiles,Void> PARSER
-
-
Method Detail
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
getJobId
public String getJobId()
-
getTimestamp
public Date getTimestamp()
-
getQuantileState
public String getQuantileState()
-
-