Interface As4RouteTargetExtendedCommunityGrouping
- 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:
As4RouteTargetExtendedCommunityCase
,RouteTargetConstrainAs4ExtendedCommunityCase
@Generated("mdsal-binding-generator")
public interface As4RouteTargetExtendedCommunityGrouping
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-types
grouping as-4-route-target-extended-community-grouping { container as-4-route-target-extended-community { uses route-target; uses as-4-spec-common; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn as4RouteTargetExtendedCommunity, ornull
if it is not present.@NonNull As4RouteTargetExtendedCommunity
Return as4RouteTargetExtendedCommunity, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getAs4RouteTargetExtendedCommunity
As4RouteTargetExtendedCommunity getAs4RouteTargetExtendedCommunity()Return as4RouteTargetExtendedCommunity, ornull
if it is not present.Type 0x02 / Subtype 0x02
- Returns:
As4RouteTargetExtendedCommunity
as4RouteTargetExtendedCommunity, ornull
if it is not present.
-
nonnullAs4RouteTargetExtendedCommunity
@NonNull As4RouteTargetExtendedCommunity nonnullAs4RouteTargetExtendedCommunity()Return as4RouteTargetExtendedCommunity, or an empty instance if it is not present.- Returns:
As4RouteTargetExtendedCommunity
as4RouteTargetExtendedCommunity, or an empty instance if it is not present.
-