Class AppAnnotationReplyResponse

java.lang.Object
io.github.guoshiqiufeng.dify.chat.dto.response.AppAnnotationReplyResponse
All Implemented Interfaces:
Serializable

public class AppAnnotationReplyResponse extends Object implements Serializable
Since:
2025/4/27 11:01
Version:
0.10.0
Author:
yanghq
See Also:
  • Constructor Details

    • AppAnnotationReplyResponse

      public AppAnnotationReplyResponse()
  • Method Details

    • getJobId

      public String getJobId()
    • getJobStatus

      public String getJobStatus()
    • getErrorMsg

      public String getErrorMsg()
    • setJobId

      public void setJobId(String jobId)
    • setJobStatus

      public void setJobStatus(String jobStatus)
    • setErrorMsg

      public void setErrorMsg(String errorMsg)
    • 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