@Beta public final class ExplicitPathInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExplicitPathInfo.Type |
| Constructor and Description |
|---|
ExplicitPathInfo(ExplicitPathInfo.Type type,
NetworkResource value)
Creates instance of explicit path object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
ExplicitPathInfo.Type |
type()
Returns explicit path type.
|
NetworkResource |
value()
Returns deviceId or link.
|
public ExplicitPathInfo(ExplicitPathInfo.Type type, NetworkResource value)
type - specifies whether strict or loose node/linkvalue - specifies deviceId or linkpublic ExplicitPathInfo.Type type()
public NetworkResource value()