类 ExportResultResponse
java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.addressbook.ExportResultResponse
获取导出结果
- 作者:
- ddshuai date 2021-11-24 13:51
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 com.github.shuaidd.response.AbstractBaseResponse
getErrCode, getErrMsg, getHasMore, getNextCursor, setErrCode, setErrMsg, setHasMore, setNextCursor
-
字段详细资料
-
status
任务状态:0-未处理,1-处理中,2-完成,3-异常失败 -
dataList
-
-
构造器详细资料
-
ExportResultResponse
public ExportResultResponse()
-
-
方法详细资料
-
getStatus
-
setStatus
-
getDataList
-
setDataList
-
toString
- 覆盖:
toString在类中AbstractBaseResponse
-