Interface PathKeyObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
PathKeyExpansion
@Generated("mdsal-binding-generator")
public interface PathKeyObject
extends org.opendaylight.yangtools.binding.Grouping
PATH-KEY Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping path-key-object {
container path-key {
uses object;
list path-keys {
min-elements 1;
leaf loose {
type boolean;
default false;
}
uses rsvp:path-key-subobject;
ordered-by user;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn pathKey, ornullif it is not present.@NonNull PathKeyReturn pathKey, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getPathKey
PathKey getPathKey()Return pathKey, ornullif it is not present.- Returns:
PathKeypathKey, ornullif it is not present.
-
nonnullPathKey
@NonNull PathKey nonnullPathKey()Return pathKey, or an empty instance if it is not present.- Returns:
PathKeypathKey, or an empty instance if it is not present.
-