Interface As4SpecCommon
- 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:
As4GenericSpecExtendedCommunity
,As4RouteOriginExtendedCommunity
,As4RouteTargetExtendedCommunity
@Generated("mdsal-binding-generator")
public interface As4SpecCommon
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-types
grouping as-4-spec-common { container as-4-specific-common { leaf as-number { type inet:as-number; } leaf local-administrator { type uint16; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn as4SpecificCommon, ornull
if it is not present.@NonNull As4SpecificCommon
Return as4SpecificCommon, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getAs4SpecificCommon
As4SpecificCommon getAs4SpecificCommon()Return as4SpecificCommon, ornull
if it is not present.- Returns:
As4SpecificCommon
as4SpecificCommon, ornull
if it is not present.
-
nonnullAs4SpecificCommon
@NonNull As4SpecificCommon nonnullAs4SpecificCommon()Return as4SpecificCommon, or an empty instance if it is not present.- Returns:
As4SpecificCommon
as4SpecificCommon, or an empty instance if it is not present.
-