Uses of Class
org.netxms.client.datacollection.TableThreshold
-
Packages that use TableThreshold Package Description org.netxms.client.datacollection -
-
Uses of TableThreshold in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return types with arguments of type TableThreshold Modifier and Type Method Description List<TableThreshold>DataCollectionTable. getThresholds()Method parameters in org.netxms.client.datacollection with type arguments of type TableThreshold Modifier and Type Method Description voidDataCollectionTable. setThresholds(List<TableThreshold> thresholds)Constructors in org.netxms.client.datacollection with parameters of type TableThreshold Constructor Description TableThreshold(TableThreshold src)Copy constructor
-