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