public class ValueMinMaxDto extends Object
| Constructor and Description |
|---|
ValueMinMaxDto() |
ValueMinMaxDto(String name,
String valueCurrent,
Long timestampCurrent,
Long stepCurrent,
String runContextCurrent) |
ValueMinMaxDto(String name,
String valueMax,
String valueMin,
String valueCurrent,
Long timestampMax,
Long timestampMin,
Long timestampCurrent,
Long stepMax,
Long stepMin,
Long stepCurrent,
String runContextMax,
String runContextMin,
String runContextCurrent) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCurrent(String value,
Long timestamp,
String context,
Long step) |
void |
setMax(String value,
Long timestamp,
String context,
Long step) |
void |
setMin(String value,
Long timestamp,
String context,
Long step) |
Copyright © 2021. All rights reserved.