public class SensorValuePrecision extends Object implements Serializable
Constructor and Description |
---|
SensorValuePrecision(Byte _value) |
SensorValuePrecision(SensorValuePrecision source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static SensorValuePrecision |
getDefaultInstance(String defaultValue) |
Byte |
getValue() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="value") public SensorValuePrecision(Byte _value)
public SensorValuePrecision(SensorValuePrecision source)
source
- Source objectpublic static SensorValuePrecision getDefaultInstance(String defaultValue)
public Byte getValue()
Copyright © 2019 OpenDaylight. All rights reserved.