Interface P2mpLeavesLeaf
- 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
@Generated("mdsal-binding-generator")
public interface P2mpLeavesLeaf
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module pcep-types
grouping p2mp-leaves-leaf {
leaf p2mp-leaves {
type p2mp-leaves;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn p2mpLeaves, ornullif it is not present.default @NonNull P2mpLeavesReturn p2mpLeaves, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getP2mpLeaves
P2mpLeaves getP2mpLeaves()Return p2mpLeaves, ornullif it is not present.- Returns:
P2mpLeavesp2mpLeaves, ornullif it is not present.
-
requireP2mpLeaves
Return p2mpLeaves, guaranteed to be non-null.- Returns:
P2mpLeavesp2mpLeaves, guaranteed to be non-null.- Throws:
NoSuchElementException- if p2mpLeaves is not present
-