Interface UnreachDestinationObject
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
public interface UnreachDestinationObject
extends org.opendaylight.yangtools.yang.binding.DataObject
UNREACH-DESTINATION Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping unreach-destination-object { container unreach-destination-obj { uses object; choice destination { case ipv4-destination-case { uses ipv4-destinations; } case ipv6-destination-case { uses ipv6-destinations; } } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn unreachDestinationObj, ornull
if it is not present.Class<? extends UnreachDestinationObject>
@NonNull UnreachDestinationObj
Return unreachDestinationObj, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends UnreachDestinationObject> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getUnreachDestinationObj
UnreachDestinationObj getUnreachDestinationObj()Return unreachDestinationObj, ornull
if it is not present.- Returns:
UnreachDestinationObj
unreachDestinationObj, ornull
if it is not present.
-
nonnullUnreachDestinationObj
@NonNull UnreachDestinationObj nonnullUnreachDestinationObj()Return unreachDestinationObj, or an empty instance if it is not present.- Returns:
UnreachDestinationObj
unreachDestinationObj, or an empty instance if it is not present.
-