public final class GetRecordsResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetRecordsResponseBody(List<Record> records,
Long totalCount)
Creates a new
GetRecordsResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Record> |
getRecords()
A list of record objects.
|
Long |
getTotalCount()
The total count of records that match the query conditions.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"records","totalCount"})
public GetRecordsResponseBody(List<Record> records,
Long totalCount)
GetRecordsResponseBody instance.records - A list of record objects.totalCount - The total count of records that match the query conditions.public List<Record> getRecords()
public Long getTotalCount()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object