public class FloatMetric extends Message<LightningApi.FloatMetric>
Message,
LightningApi.FloatMetricbuilder, wrapperFactory| Constructor and Description |
|---|
FloatMetric()
Empty Constructor
|
FloatMetric(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
FloatMetric(LightningApi.FloatMetric apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
double |
getNormalizedValue()
Getter for normalizedValue.
|
double |
getValue()
Getter for value.
|
void |
setNormalizedValue(double value)
Setter for normalizedValue.
|
void |
setValue(double value)
Setter for value.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic FloatMetric()
public FloatMetric(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public FloatMetric(LightningApi.FloatMetric apiObject)
public double getValue()
public void setValue(double value)
public double getNormalizedValue()
public void setNormalizedValue(double value)