@Beta public class YangPathExpr extends Object implements YangExpr
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object obj) |
YangExpr |
getFilterExpr() |
Optional<YangLocationPath.Relative> |
getLocationPath() |
int |
hashCode() |
static YangPathExpr |
of(YangExpr filterExpr) |
static YangPathExpr |
of(YangExpr expr,
YangLocationPath.Relative locationPath) |
String |
toString() |
public static YangPathExpr of(YangExpr filterExpr)
public static YangPathExpr of(YangExpr expr, YangLocationPath.Relative locationPath)
public final YangExpr getFilterExpr()
public Optional<YangLocationPath.Relative> getLocationPath()
Copyright © 2019 OpenDaylight. All rights reserved.