Interface Inet4SpecificExtendedCommunityCommon
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Inet4SpecificExtendedCommunity
,VrfRouteImportExtendedCommunity
@Generated("mdsal-binding-generator")
public interface Inet4SpecificExtendedCommunityCommon
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-types
grouping inet4-specific-extended-community-common { container inet4-specific-extended-community-common { leaf global-administrator { type inet:ipv4-address-no-zone; } leaf local-administrator { type binary { length 2; } } } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn inet4SpecificExtendedCommunityCommon, ornull
if it is not present.Class<? extends Inet4SpecificExtendedCommunityCommon>
@NonNull Inet4SpecificExtendedCommunityCommon
Return inet4SpecificExtendedCommunityCommon, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends Inet4SpecificExtendedCommunityCommon> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getInet4SpecificExtendedCommunityCommon
Inet4SpecificExtendedCommunityCommon getInet4SpecificExtendedCommunityCommon()Return inet4SpecificExtendedCommunityCommon, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.inet4.specific.extended.community.common.Inet4SpecificExtendedCommunityCommon
inet4SpecificExtendedCommunityCommon, ornull
if it is not present.
-
nonnullInet4SpecificExtendedCommunityCommon
@NonNull Inet4SpecificExtendedCommunityCommon nonnullInet4SpecificExtendedCommunityCommon()Return inet4SpecificExtendedCommunityCommon, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.inet4.specific.extended.community.common.Inet4SpecificExtendedCommunityCommon
inet4SpecificExtendedCommunityCommon, or an empty instance if it is not present.
-