Interface PrefixAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PrefixAttributes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PrefixState

    public interface PrefixAttributes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.Augmentable<PrefixAttributes>, PrefixState

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

     container prefix-attributes {
       uses prefix-state;
     }
     
    The schema path to identify an instance is bgp-linkstate/linkstate-path-attribute/link-state-attribute/prefix-attributes-case/prefix-attributes

    To create instances of this class use PrefixAttributesBuilder.

    See Also:
    PrefixAttributesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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