Interface Inline

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Inline>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<SetExtCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SetExtCommunityMethod

    public interface Inline
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Inline>, SetExtCommunityMethod

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

     case inline {
       list ext-community-member {
         uses bgp-t:extended-community;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-policy/routing-policy/policy-definitions/policy-definition/statements/statement/actions/(http://openconfig.net/yang/bgp-policy?revision=2015-10-09)bgp-actions/set-ext-community/set-ext-community-method/inline
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<ExtCommunityMember> getExtCommunityMember()
        Set the community values for the update inline with a list.
        Returns:
        java.util.List extCommunityMember, or null if not present
      • nonnullExtCommunityMember

        default @NonNull List<ExtCommunityMember> nonnullExtCommunityMember()
        Returns:
        java.util.List extCommunityMember, or an empty list if it is not present