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