Interface MultipartHeader

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

    @Generated("mdsal-binding-generator")
    public interface MultipartHeader
    extends org.opendaylight.yangtools.yang.binding.DataObject, OfHeader

    This class represents the following YANG schema fragment defined in module opendaylight-multipart-types

     grouping multipart-header {
       uses ofproto:ofHeader;
       leaf request-more {
         type boolean;
         default false;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends MultipartHeader> 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 OfHeader
      • getRequestMore

        Boolean getRequestMore()
        Return requestMore, or null if it is not present.
        Returns:
        Boolean requestMore, or null if it is not present.
      • requireRequestMore

        default @NonNull Boolean requireRequestMore()
        Return requestMore, guaranteed to be non-null.
        Returns:
        Boolean requestMore, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if requestMore is not present