public class Tag extends Object
| Constructor | Description |
|---|---|
Tag() |
| Modifier and Type | Method | Description |
|---|---|---|
Tag |
category(String category) |
|
boolean |
equals(Object o) |
|
String |
getCategory() |
Category of the tag.
|
String |
getName() |
Name of the tag.
|
int |
hashCode() |
|
Tag |
name(String name) |
|
void |
setCategory(String category) |
|
void |
setName(String name) |
|
String |
toString() |
Copyright © 2026. All rights reserved.