public final class QueryMembersRequest
private final String
type
private final Map<String, Object>
filterConditions
id
private final Integer
limit
next
prev
private final List<SortParamRequest>
sort
QueryMembersRequest(String type, Map<String, Object> filterConditions, String id, Integer limit, String next, String prev, List<SortParamRequest> sort)
final String
getType()
final Map<String, Object>
getFilterConditions()
getId()
final Integer
getLimit()
getNext()
getPrev()
final List<SortParamRequest>
getSort()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getType()
final Map<String, Object> getFilterConditions()
final String getId()
final Integer getLimit()
final String getNext()
final String getPrev()
final List<SortParamRequest> getSort()