类 ApprovalDataResponse
java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.oa.ApprovalDataResponse
描述
- 作者:
- ddshuai date 2019-04-11 13:03
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCount()getData()getTotal()voidvoidsetData(List<ApprovalData> data) voidsetNextSpNum(String nextSpNum) voidtoString()从类继承的方法 com.github.shuaidd.response.AbstractBaseResponse
getErrCode, getErrMsg, getHasMore, getNextCursor, setErrCode, setErrMsg, setHasMore, setNextCursor
-
字段详细资料
-
total
-
count
-
nextSpNum
-
data
-
-
构造器详细资料
-
ApprovalDataResponse
public ApprovalDataResponse()
-
-
方法详细资料
-
getTotal
-
setTotal
-
getCount
-
setCount
-
getNextSpNum
-
setNextSpNum
-
getData
-
setData
-
toString
- 覆盖:
toString在类中AbstractBaseResponse
-