Class PlatformMetric

java.lang.Object
com.axemble.vdoc.sdk.metrics.beans.PlatformMetric

public class PlatformMetric extends Object
Bean that represent a standard platform metric (periodically logged)
  • Constructor Details

    • PlatformMetric

      public PlatformMetric()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(String value)
    • setValue

      public void setValue(long value)
    • setValue

      public void setValue(boolean value)