Interface SourceAs4ExtendedCommunityCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SourceAs4ExtendedCommunityCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExtendedCommunity

    public interface SourceAs4ExtendedCommunityCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SourceAs4ExtendedCommunityCase>, ExtendedCommunity

    This class represents the following YANG schema fragment defined in module bgp-types

     case source-as-4-extended-community-case {
       container source-as-4-extended-community {
         uses source-as-4-extended-community-grouping;
       }
     }
     
    The schema path to identify an instance is bgp-types/extended-community/extended-community/source-as-4-extended-community-case
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<SourceAs4ExtendedCommunityCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSourceAs4ExtendedCommunity

        @Nullable SourceAs4ExtendedCommunity getSourceAs4ExtendedCommunity()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.source.as._4.extended.community._case.SourceAs4ExtendedCommunity sourceAs4ExtendedCommunity, or null if not present