public final class CreateCursorResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
CreateCursorResponseBody(String id,
long totalCount)
Creates a new
CreateCursorResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The cursor ID.
|
long |
getTotalCount()
The total count of records that match the query conditions.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","totalCount"})
public CreateCursorResponseBody(String id,
long totalCount)
CreateCursorResponseBody instance.id - The cursor ID.totalCount - The total count of records that match the query conditions.public String getId()
public long getTotalCount()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object