Interface Attributes

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

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

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

     container attributes {
       leaf uptodate {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is bgp-rib/rib/tables/attributes

    To create instances of this class use AttributesBuilder.

    See Also:
    AttributesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isUptodate()
        Returns:
        java.lang.Boolean uptodate, or null if not present