-
@JsonClass(generateAdapter = true) public final class ResultAccountInfoMarked as ResultAccountInfo
-
-
Field Summary
Fields Modifier and Type Field Description private Integersizeprivate Integertotalprivate Integerstartprivate List<AccountInfo>listAccountInfo
-
Constructor Summary
Constructors Constructor Description ResultAccountInfo(Integer size, Integer total, Integer start, List<AccountInfo> listAccountInfo)
-
Method Summary
Modifier and Type Method Description final IntegergetSize()final UnitsetSize(@Json(name = size) Integer size)final IntegergetTotal()final UnitsetTotal(@Json(name = total) Integer total)final IntegergetStart()final UnitsetStart(@Json(name = start) Integer start)final List<AccountInfo>getListAccountInfo()final UnitsetListAccountInfo(@Json(name = data) List<AccountInfo> listAccountInfo)-
-
Constructor Detail
-
ResultAccountInfo
ResultAccountInfo(Integer size, Integer total, Integer start, List<AccountInfo> listAccountInfo)
-
-
Method Detail
-
getListAccountInfo
final List<AccountInfo> getListAccountInfo()
-
setListAccountInfo
final Unit setListAccountInfo(@Json(name = data) List<AccountInfo> listAccountInfo)
-
-
-
-