Class Quantiles
- java.lang.Object
-
- org.elasticsearch.client.ml.job.process.Quantiles
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class Quantiles extends java.lang.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,java.lang.Void>PARSERstatic ParseFieldQUANTILE_STATEstatic ParseFieldTIMESTAMPField Names-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description Quantiles(java.lang.String jobId, java.util.Date timestamp, java.lang.String quantileState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)Compare all the fields.java.lang.StringgetJobId()java.lang.StringgetQuantileState()java.util.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,java.lang.Void> PARSER
-
-
Method Detail
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
getJobId
public java.lang.String getJobId()
-
getTimestamp
public java.util.Date getTimestamp()
-
getQuantileState
public java.lang.String getQuantileState()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
Compare all the fields.- Overrides:
equalsin classjava.lang.Object
-
-