public class ViewResponse extends Object
Constructor and Description |
---|
ViewResponse() |
ViewResponse(List<RecordResponse> records,
Long count,
Integer limit,
Boolean empty,
Long refreshMaxId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCount() |
Boolean |
getEmpty() |
Integer |
getLimit() |
List<RecordResponse> |
getRecords() |
Long |
getRefreshMaxId() |
int |
hashCode() |
public ViewResponse(List<RecordResponse> records, Long count, Integer limit, Boolean empty, Long refreshMaxId)
public ViewResponse()
Copyright © 2002-2019 Atlassian. All Rights Reserved.