Class MaxAvgMetric

java.lang.Object
com.appiancorp.suiteapi.content.MaxAvgMetric

public class MaxAvgMetric extends Object
A simple POJO for holding a particular metric. Must be a simple POJO to transport these objects from K
  • Constructor Details

    • MaxAvgMetric

      public MaxAvgMetric()
  • Method Details

    • getMax

      public long getMax()
    • setMax

      public void setMax(long max)
    • getAvg

      public double getAvg()
    • setAvg

      public void setAvg(double avg)
    • toString

      public String toString()
      Overrides:
      toString in class Object