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