public final class AddRecordResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
AddRecordResponseBody(long id,
long revision)
Creates a new
AddRecordResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getId()
The Record ID of the created Record.
|
long |
getRevision()
The revision number of the Record.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","revision"})
public AddRecordResponseBody(long id,
long revision)
AddRecordResponseBody instance.id - The Record ID of the created Record.revision - The revision number of the Record.public long getId()
public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object