Interface RouteTargetExtendedCommunityGrouping
- 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:
RouteTargetConstrainRouteCase
,RouteTargetExtendedCommunityCase
@Generated("mdsal-binding-generator")
public interface RouteTargetExtendedCommunityGrouping
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-types
grouping route-target-extended-community-grouping { container route-target-extended-community { uses route-target; leaf global-administrator { type short-as-number; } leaf local-administrator { type binary { length 4; } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn routeTargetExtendedCommunity, ornull
if it is not present.@NonNull RouteTargetExtendedCommunity
Return routeTargetExtendedCommunity, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getRouteTargetExtendedCommunity
RouteTargetExtendedCommunity getRouteTargetExtendedCommunity()Return routeTargetExtendedCommunity, ornull
if it is not present.Type 0x00 / Subtype 0x02
- Returns:
RouteTargetExtendedCommunity
routeTargetExtendedCommunity, ornull
if it is not present.
-
nonnullRouteTargetExtendedCommunity
@NonNull RouteTargetExtendedCommunity nonnullRouteTargetExtendedCommunity()Return routeTargetExtendedCommunity, or an empty instance if it is not present.- Returns:
RouteTargetExtendedCommunity
routeTargetExtendedCommunity, or an empty instance if it is not present.
-