类 DownloadFileResponse
java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.wedrive.DownloadFileResponse
- 作者:
- ddshuai date 2022-09-02 17:54
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetCookieName(String cookieName) voidsetCookieValue(String cookieValue) voidsetDownloadUrl(String downloadUrl) toString()从类继承的方法 com.github.shuaidd.response.AbstractBaseResponse
getErrCode, getErrMsg, getHasMore, getNextCursor, setErrCode, setErrMsg, setHasMore, setNextCursor
-
字段详细资料
-
downloadUrl
-
cookieName
-
cookieValue
-
-
构造器详细资料
-
DownloadFileResponse
public DownloadFileResponse()
-
-
方法详细资料
-
getDownloadUrl
-
setDownloadUrl
-
getCookieName
-
setCookieName
-
getCookieValue
-
setCookieValue
-
toString
- 覆盖:
toString在类中AbstractBaseResponse
-