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