public class AddRecordCommentRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
AddRecordCommentRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
RecordComment |
getComment()
An object including comment details (required).
|
Long |
getRecord()
The Record ID (required).
|
int |
hashCode() |
AddRecordCommentRequest |
setApp(Long app)
The App ID (required).
|
AddRecordCommentRequest |
setComment(RecordComment comment)
An object including comment details (required).
|
AddRecordCommentRequest |
setRecord(Long record)
The Record ID (required).
|
String |
toString() |
public Long getApp()
public Long getRecord()
public RecordComment getComment()
public AddRecordCommentRequest setApp(Long app)
this.public AddRecordCommentRequest setRecord(Long record)
this.public AddRecordCommentRequest setComment(RecordComment comment)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object