public class UserPagingDto extends Object
UserPagingDto()
List<UserDto>
getList()
Integer
getTotalCount()
void
setList(List<UserDto> list)
setTotalCount(Integer totalCount)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserPagingDto()
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public List<UserDto> getList()
public void setList(List<UserDto> list)
Copyright © 2022. All rights reserved.