Class ProbesMetric

java.lang.Object
com.algolia.model.monitoring.ProbesMetric

public class ProbesMetric extends Object
ProbesMetric
  • Constructor Details

    • ProbesMetric

      public ProbesMetric()
  • Method Details

    • setT

      public ProbesMetric setT(Long t)
    • getT

      @Nullable public Long getT()
      Timestamp in [Unix epoch time](https://wikipedia.org/wiki/Unix_time) in milliseconds.
    • setV

      public ProbesMetric setV(Integer v)
    • getV

      @Nullable public Integer getV()
      Value of the metric.
    • 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