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