Interface As4RouteTargetExtendedCommunityGrouping

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:
As4RouteTargetExtendedCommunityCase, RouteTargetConstrainAs4ExtendedCommunityCase

@Generated("mdsal-binding-generator") public interface As4RouteTargetExtendedCommunityGrouping extends org.opendaylight.yangtools.yang.binding.DataObject

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;
   }
 }
 
  • 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 As4RouteTargetExtendedCommunityGrouping> 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
    • getAs4RouteTargetExtendedCommunity

      As4RouteTargetExtendedCommunity getAs4RouteTargetExtendedCommunity()
      Return as4RouteTargetExtendedCommunity, or null if it is not present.
           
               Type 0x02 / Subtype 0x02
           
       
      Returns:
      As4RouteTargetExtendedCommunity as4RouteTargetExtendedCommunity, or null 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.