Class AppInfoResponse

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

public class AppInfoResponse extends Object implements Serializable
Since:
2025/4/24 15:42
Version:
0.10.0
Author:
yanghq
See Also:
  • Constructor Details

    • AppInfoResponse

      public AppInfoResponse()
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getTags

      public List<String> getTags()
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setTags

      public void setTags(List<String> tags)
    • 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