public class DeleteRecordCommentRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
DeleteRecordCommentRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
Long |
getComment()
The Comment ID (required).
|
Long |
getRecord()
The record ID (required).
|
int |
hashCode() |
DeleteRecordCommentRequest |
setApp(Long app)
The App ID (required).
|
DeleteRecordCommentRequest |
setComment(Long comment)
The Comment ID (required).
|
DeleteRecordCommentRequest |
setRecord(Long record)
The record ID (required).
|
String |
toString() |
public Long getApp()
public Long getRecord()
public Long getComment()
public DeleteRecordCommentRequest setApp(Long app)
this.public DeleteRecordCommentRequest setRecord(Long record)
this.public DeleteRecordCommentRequest setComment(Long 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