-
@JsonClass(generateAdapter = true) public final class GroupMemberPaging
-
-
Field Summary
Fields Modifier and Type Field Description private GroupMemberPagingListlist
-
Constructor Summary
Constructors Constructor Description GroupMemberPaging(GroupMemberPagingList list)
-
Method Summary
Modifier and Type Method Description final GroupMemberPagingListgetList()final UnitsetList(@Json(name = list) GroupMemberPagingList list)-
-
Constructor Detail
-
GroupMemberPaging
GroupMemberPaging(GroupMemberPagingList list)
-
-
Method Detail
-
getList
final GroupMemberPagingList getList()
-
setList
final Unit setList(@Json(name = list) GroupMemberPagingList list)
-
-
-
-