Class DocumentCreateResponse

java.lang.Object
io.github.guoshiqiufeng.dify.dataset.dto.response.DocumentCreateResponse
All Implemented Interfaces:
Serializable

public class DocumentCreateResponse extends Object implements Serializable
Since:
2025/3/13 15:27
Version:
1.0
Author:
yanghq
See Also:
  • Constructor Details

    • DocumentCreateResponse

      public DocumentCreateResponse()
  • Method Details

    • getDocument

      public DocumentInfo getDocument()
    • getBatch

      public String getBatch()
    • setDocument

      public void setDocument(DocumentInfo document)
    • setBatch

      public void setBatch(String batch)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object