public class Interpretation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
numericValue |
protected java.lang.String |
unit |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Interpretation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getNumericValue()
Gets the numericValue.
|
java.lang.String |
getUnit()
Gets the unit.
|
java.lang.String |
getValue()
Gets the value.
|
protected java.lang.String value
@SerializedName(value="numeric_value") protected java.lang.Double numericValue
protected java.lang.String unit
public java.lang.String getValue()
public java.lang.Double getNumericValue()
public java.lang.String getUnit()