Interface UnreachDestinationObject
- 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 UnreachDestinationObject
extends org.opendaylight.yangtools.binding.Grouping
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; } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn unreachDestinationObj, ornull
if it is not present.@NonNull UnreachDestinationObj
Return unreachDestinationObj, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
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.
-