public class UserSearchResult extends Object
Constructor and Description |
---|
UserSearchResult() |
UserSearchResult(SearchResult<User> copy) |
Modifier and Type | Method and Description |
---|---|
Long |
getErrorId() |
String |
getObjectName() |
Long |
getRecords() |
List<UserDTO> |
getResult() |
void |
setErrorId(Long errorId) |
void |
setObjectName(String objectName) |
void |
setRecords(Long records) |
void |
setResult(List<UserDTO> result) |
public UserSearchResult()
public UserSearchResult(SearchResult<User> copy)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.