-
@JsonClass(generateAdapter = true) public final class ResultSetPagingQuery results
-
-
Field Summary
Fields Modifier and Type Field Description private ResultSetPagingListlist
-
Constructor Summary
Constructors Constructor Description ResultSetPaging(ResultSetPagingList list)
-
Method Summary
Modifier and Type Method Description final ResultSetPagingListgetList()final UnitsetList(@Json(name = list) ResultSetPagingList list)-
-
Constructor Detail
-
ResultSetPaging
ResultSetPaging(ResultSetPagingList list)
-
-
Method Detail
-
getList
final ResultSetPagingList getList()
-
setList
final Unit setList(@Json(name = list) ResultSetPagingList list)
-
-
-
-