public class Measurement extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
displayValue |
String |
key |
long |
numericValue |
String |
status |
| Constructor and Description |
|---|
Measurement(String key,
String status,
String displayValue,
long numericValue) |
Copyright © 2017. All rights reserved.