public class SuggestCommand extends Object
| Constructor and Description |
|---|
SuggestCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getSuggestion() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setSuggestion(String suggestion) |
String |
toString() |
@Generated(value="lombok") public SuggestCommand()
@Generated(value="lombok") public String getSuggestion()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public void setSuggestion(String suggestion)
@Generated(value="lombok") public void setDescription(String description)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2019. All rights reserved.