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