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