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

public class TextEmbeddingLabel extends Object implements Serializable
Since:
2025/4/10 13:57
Version:
0.8.0
Author:
yanghq
See Also:
  • Constructor Details

    • TextEmbeddingLabel

      public TextEmbeddingLabel(String zhHans, String enUs)
    • TextEmbeddingLabel

      public TextEmbeddingLabel()
  • Method Details

    • getZhHans

      public String getZhHans()
    • getEnUs

      public String getEnUs()
    • setZhHans

      public void setZhHans(String zhHans)
    • setEnUs

      public void setEnUs(String enUs)
    • 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