public class Hashtag extends Object
| Constructor and Description |
|---|
Hashtag()
No args constructor for use in serialization
|
Hashtag(Integer id,
String name,
String color) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getColor() |
Integer |
getId() |
String |
getName() |
int |
hashCode() |
void |
setColor(String color) |
void |
setId(Integer id) |
void |
setName(String name) |
String |
toString() |
Hashtag |
withColor(String color) |
Hashtag |
withId(Integer id) |
Hashtag |
withName(String name) |
Copyright © 2017–2019. All rights reserved.