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;
       }
     }
     
    The schema path to identify an instance is opendaylight-multipart-types/multipart-header
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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:
        java.lang.Boolean requestMore, or null if it is not present.
      • isRequestMore

        @Deprecated(forRemoval=true)
        default Boolean isRequestMore()
        Deprecated, for removal: This API element is subject to removal in a future version.