Interface PathKeySubobject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,CSubobject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
@Generated("mdsal-binding-generator")
public interface PathKeySubobject
extends org.opendaylight.yangtools.binding.Grouping, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
grouping path-key-subobject { uses c-subobject; leaf pce-id { type pce-id; } leaf path-key { type path-key; } }
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getPceId
PceId getPceId()Return pceId, ornull
if it is not present.- Returns:
PceId
pceId, ornull
if it is not present.
-
requirePceId
Return pceId, guaranteed to be non-null.- Returns:
PceId
pceId, guaranteed to be non-null.- Throws:
NoSuchElementException
- if pceId is not present
-
getPathKey
PathKey getPathKey()Return pathKey, ornull
if it is not present.- Returns:
PathKey
pathKey, ornull
if it is not present.
-
requirePathKey
Return pathKey, guaranteed to be non-null.- Returns:
PathKey
pathKey, guaranteed to be non-null.- Throws:
NoSuchElementException
- if pathKey is not present
-