Interface LeafADGrouping
- 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:
LeafADCase
@Generated("mdsal-binding-generator")
public interface LeafADGrouping
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-mvpn
grouping leaf-a-d-grouping { container leaf-a-d { choice leaf-a-d-route-key { case inter-as-i-pmsi-a-d-case { uses inter-as-i-pmsi-a-d-grouping; } case s-pmsi-a-d-case { uses s-pmsi-a-d-grouping; } } uses bgp-t:orig-route-ip-grouping; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn leafAD, ornull
if it is not present.@NonNull LeafAD
Return leafAD, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLeafAD
LeafAD getLeafAD()Return leafAD, ornull
if it is not present.https://tools.ietf.org/html/rfc6514#section-4.4
- Returns:
LeafAD
leafAD, ornull
if it is not present.
-
nonnullLeafAD
@NonNull LeafAD nonnullLeafAD()Return leafAD, or an empty instance if it is not present.- Returns:
LeafAD
leafAD, or an empty instance if it is not present.
-