Class MetricValue


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class MetricValue
    extends Object
    A metric value
    • Constructor Detail

      • MetricValue

        public MetricValue()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object