| Constructor and Description |
|---|
CreateCommentResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Comment |
getComment() |
java.lang.Boolean |
getCommentFlood() |
BugreportSubscribeState |
getSubscribeState() |
int |
hashCode() |
CreateCommentResponse |
setComment(Comment comment) |
CreateCommentResponse |
setCommentFlood(java.lang.Boolean commentFlood) |
CreateCommentResponse |
setSubscribeState(BugreportSubscribeState subscribeState) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic Comment getComment()
public CreateCommentResponse setComment(Comment comment)
public java.lang.Boolean getCommentFlood()
public CreateCommentResponse setCommentFlood(java.lang.Boolean commentFlood)
public BugreportSubscribeState getSubscribeState()
public CreateCommentResponse setSubscribeState(BugreportSubscribeState subscribeState)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()