Package com.cloudera.cdp.df.model
Class MetricValue
- java.lang.Object
-
- com.cloudera.cdp.df.model.MetricValue
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.329-07:00") public class MetricValue extends Object
A metric value
-
-
Constructor Summary
Constructors Constructor Description MetricValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getTimestamp()
Getter for timestamp.Double
getValue()
Getter for value.int
hashCode()
void
setTimestamp(Long timestamp)
Setter for timestamp.void
setValue(Double value)
Setter for value.String
toString()
-
-
-
Method Detail
-
getTimestamp
public Long getTimestamp()
Getter for timestamp. The timestamp of this data point
-
setTimestamp
public void setTimestamp(Long timestamp)
Setter for timestamp. The timestamp of this data point
-
getValue
public Double getValue()
Getter for value. The value of this data point
-
setValue
public void setValue(Double value)
Setter for value. The value of this data point
-
-