Interface As4SpecCommon

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    As4GenericSpecExtendedCommunity, As4RouteOriginExtendedCommunity, As4RouteTargetExtendedCommunity

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

    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;
         }
       }
     }
     
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        As4SpecificCommon getAs4SpecificCommon()
        Return as4SpecificCommon, or null if it is not present.
        Returns:
        As4SpecificCommon as4SpecificCommon, or null if it is not present.