Interface AttributeFlags

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    FlagsTlv

    @Generated("mdsal-binding-generator")
    public interface AttributeFlags
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Attributes Flags

    This class represents the following YANG schema fragment defined in module rsvp

     grouping attribute-flags {
       list flag-container {
         leaf flags {
           type binary {
             length 4;
           }
         }
       }
     }
     
    The schema path to identify an instance is rsvpattribute-flags
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends AttributeFlags> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getFlagContainer

        @Nullable List<FlagContainer> getFlagContainer()
        Return flagContainer, or null if it is not present.
        Returns:
        List<FlagContainer> flagContainer, or null if it is not present.
      • nonnullFlagContainer

        default @NonNull List<FlagContainer> nonnullFlagContainer()
        Return flagContainer, or an empty list if it is not present.
        Returns:
        List<FlagContainer> flagContainer, or an empty list if it is not present.