Interface LinkstatePathAttribute
- 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:
Attributes1
,Attributes1
@Generated("mdsal-binding-generator")
public interface LinkstatePathAttribute
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-linkstate
grouping linkstate-path-attribute { choice link-state-attribute { case node-attributes-case { container node-attributes { uses node-state; } } case link-attributes-case { container link-attributes { uses linkstate-attribute; } } case prefix-attributes-case { container prefix-attributes { uses prefix-state; } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn linkStateAttribute, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLinkStateAttribute
LinkStateAttribute getLinkStateAttribute()Return linkStateAttribute, ornull
if it is not present.- Returns:
LinkStateAttribute
linkStateAttribute, ornull
if it is not present.
-