com.axibase.tsd.model.data.series.aggregate
Class Threshold

java.lang.Object
  extended by com.axibase.tsd.model.data.series.aggregate.Threshold

public class Threshold
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
Threshold()
           
Threshold(Integer min, Integer max)
           
 
Method Summary
 Integer getMax()
           
 Integer getMin()
           
 void setMax(Integer max)
           
 void setMin(Integer min)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Threshold

public Threshold()

Threshold

public Threshold(Integer min,
                 Integer max)
Method Detail

getMin

public Integer getMin()

getMax

public Integer getMax()

setMin

public void setMin(Integer min)

setMax

public void setMax(Integer max)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.