Interface Aggregator

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Aggregator>, BgpAggregator, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Attributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Aggregator
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Attributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Aggregator>, BgpAggregator

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

     container aggregator {
       uses bgp-t:bgp-aggregator;
     }
     
    The schema path to identify an instance is bgp-message/path-attributes/attributes/aggregator

    To create instances of this class use AggregatorBuilder.

    See Also:
    AggregatorBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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