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 Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends Inet4SpecificExtendedCommunityCommon> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getInet4SpecificExtendedCommunityCommon

      Inet4SpecificExtendedCommunityCommon getInet4SpecificExtendedCommunityCommon()
      Return inet4SpecificExtendedCommunityCommon, or null 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 null 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.