public class Id extends Object implements Serializable
Constructor and Description |
---|
Id(Id source)
Creates a copy from Source Object.
|
Id(org.opendaylight.yangtools.yang.common.Uint16 _value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Id |
getDefaultInstance(String defaultValue) |
org.opendaylight.yangtools.yang.common.Uint16 |
getValue() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="value") public Id(org.opendaylight.yangtools.yang.common.Uint16 _value)
public Id(Id source)
source
- Source objectCopyright © 2019 OpenDaylight. All rights reserved.