public class Topic extends Object
Constructor and Description |
---|
Topic() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCreator() |
Integer |
getLastSet() |
String |
getValue() |
int |
hashCode() |
void |
setCreator(String creator) |
void |
setLastSet(Integer lastSet) |
void |
setValue(String value) |
String |
toString() |
public String getValue()
public String getCreator()
public Integer getLastSet()
public void setValue(String value)
public void setCreator(String creator)
public void setLastSet(Integer lastSet)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.