Class PathExpression.LocationPathSteps
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
-
- org.opendaylight.yangtools.yang.model.api.PathExpression.LocationPathSteps
-
- Enclosing interface:
- PathExpression
public static final class PathExpression.LocationPathSteps extends PathExpression.Steps
Steps of a PathExpression which is a LocationPath, corresponding to RFC7950 base specification.
-
-
Constructor Summary
Constructors Constructor Description LocationPathSteps(YangLocationPath locationPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object obj)
YangLocationPath
getLocationPath()
int
hashCode()
-
Methods inherited from class org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
toString
-
-
-
-
Constructor Detail
-
LocationPathSteps
public LocationPathSteps(YangLocationPath locationPath)
-
-
Method Detail
-
getLocationPath
public YangLocationPath getLocationPath()
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classPathExpression.Steps
-
equals
public boolean equals(@Nullable Object obj)
- Specified by:
equals
in classPathExpression.Steps
-
-