public static final class TopicChange.RemoveProperty 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 RemoveProperty instance with another object for equality.
|
java.lang.String |
getProperty()
Retrieves the name of the property to be removed from the topic.
|
int |
hashCode()
Generates a hash code for this RemoveProperty instance.
|
java.lang.String |
toString()
Provides a string representation of the RemoveProperty instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
removeProperty, setProperty, updateComment
public java.lang.String getProperty()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The object to compare with this instance.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object