Interface LinkstateDestination
- 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:
DestinationLinkstate
,DestinationLinkstate
@Generated("mdsal-binding-generator")
public interface LinkstateDestination
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-linkstate
grouping linkstate-destination { list c-linkstate-destination { uses linkstate; uses bgp-msg:path-id-grouping; } }
-
Method Summary
Modifier and TypeMethodDescription@Nullable List
<CLinkstateDestination> Return cLinkstateDestination, ornull
if it is not present.default @NonNull List
<CLinkstateDestination> Return cLinkstateDestination, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getCLinkstateDestination
@Nullable List<CLinkstateDestination> getCLinkstateDestination()Return cLinkstateDestination, ornull
if it is not present.- Returns:
List<CLinkstateDestination>
cLinkstateDestination, ornull
if it is not present.
-
nonnullCLinkstateDestination
Return cLinkstateDestination, or an empty list if it is not present.- Returns:
List<CLinkstateDestination>
cLinkstateDestination, or an empty list if it is not present.
-