public static final class TopicChange.UpdateTopicComment extends java.lang.Object implements TopicChange
TopicChange.RemoveProperty, TopicChange.SetProperty, TopicChange.UpdateTopicComment| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o)Compares this UpdateTopicComment instance with another object for equality. | 
| java.lang.String | getNewComment()Retrieves the new comment for the topic. | 
| int | hashCode()Generates a hash code for this UpdateTopicComment instance. | 
| java.lang.String | toString()Provides a string representation of the UpdateTopicComment instance. | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitremoveProperty, setProperty, updateCommentpublic java.lang.String getNewComment()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to compare with this instance.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object