Class MetricValue

java.lang.Object
com.cloudera.cdp.df.model.MetricValue

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class MetricValue extends Object
A metric value
  • Constructor Details

    • MetricValue

      public MetricValue()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object