public class AddThreadCommentRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
AddThreadCommentRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ThreadComment |
getComment()
An object including comment details (required).
|
Long |
getSpace()
The Space ID (required).
|
Long |
getThread()
The Thread ID (required).
|
int |
hashCode() |
AddThreadCommentRequest |
setComment(ThreadComment comment)
An object including comment details (required).
|
AddThreadCommentRequest |
setSpace(Long space)
The Space ID (required).
|
AddThreadCommentRequest |
setThread(Long thread)
The Thread ID (required).
|
String |
toString() |
public Long getSpace()
public Long getThread()
public ThreadComment getComment()
public AddThreadCommentRequest setSpace(Long space)
this.public AddThreadCommentRequest setThread(Long thread)
this.public AddThreadCommentRequest setComment(ThreadComment 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