类 TransferSessionResponse

java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.corp.TransferSessionResponse

public class TransferSessionResponse extends AbstractBaseResponse
  • 字段详细资料

    • userId

      private String userId
    • sessionKey

      private String sessionKey
  • 构造器详细资料

    • TransferSessionResponse

      public TransferSessionResponse()
  • 方法详细资料

    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getSessionKey

      public String getSessionKey()
    • setSessionKey

      public void setSessionKey(String sessionKey)