Class LoginResultResponse

java.lang.Object
io.github.guoshiqiufeng.dify.core.pojo.DifyResult<LoginResponse>
io.github.guoshiqiufeng.dify.server.dto.response.LoginResultResponse
All Implemented Interfaces:
Serializable

public class LoginResultResponse extends io.github.guoshiqiufeng.dify.core.pojo.DifyResult<LoginResponse> implements Serializable
Since:
2024/12/31 14:50
Version:
1.0
Author:
yanghq
See Also:
  • Field Summary

    Fields inherited from class io.github.guoshiqiufeng.dify.core.pojo.DifyResult

    SUCCESS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    int
     
     

    Methods inherited from class io.github.guoshiqiufeng.dify.core.pojo.DifyResult

    getData, getResult, setData, setResult

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LoginResultResponse

      public LoginResultResponse()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class io.github.guoshiqiufeng.dify.core.pojo.DifyResult<LoginResponse>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.github.guoshiqiufeng.dify.core.pojo.DifyResult<LoginResponse>
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class io.github.guoshiqiufeng.dify.core.pojo.DifyResult<LoginResponse>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.github.guoshiqiufeng.dify.core.pojo.DifyResult<LoginResponse>