| Constructor and Description |
|---|
Hint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
App |
getApp() |
java.lang.String |
getDescription() |
BoolInt |
getGlobal() |
Group |
getGroup() |
Link |
getLink() |
UserMin |
getProfile() |
HintSection |
getSection() |
HintType |
getType() |
int |
hashCode() |
boolean |
isGlobal() |
Hint |
setApp(App app) |
Hint |
setDescription(java.lang.String description) |
Hint |
setGroup(Group group) |
Hint |
setLink(Link link) |
Hint |
setProfile(UserMin profile) |
Hint |
setSection(HintSection section) |
Hint |
setType(HintType type) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic App getApp()
public java.lang.String getDescription()
public Hint setDescription(java.lang.String description)
public boolean isGlobal()
public BoolInt getGlobal()
public Group getGroup()
public Link getLink()
public UserMin getProfile()
public HintSection getSection()
public Hint setSection(HintSection section)
public HintType getType()
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()