-
@JsonClass(generateAdapter = true) public final class CommentPaging
-
-
Field Summary
Fields Modifier and Type Field Description private CommentPagingListlist
-
Constructor Summary
Constructors Constructor Description CommentPaging(CommentPagingList list)
-
Method Summary
Modifier and Type Method Description final CommentPagingListgetList()final UnitsetList(@Json(name = list) CommentPagingList list)-
-
Constructor Detail
-
CommentPaging
CommentPaging(CommentPagingList list)
-
-
Method Detail
-
getList
final CommentPagingList getList()
-
setList
final Unit setList(@Json(name = list) CommentPagingList list)
-
-
-
-