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