public class Tag extends Object
| Constructor and Description |
|---|
Tag()
Construct a new Tag object.
|
Tag(String tagKey,
String tagValue)
Construct a new Tag object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTagKey() |
String |
getTagValue() |
int |
hashCode() |
Tag |
setTagKey(String tagKey) |
Tag |
setTagValue(String tagValue) |
String |
toString() |
Copyright © 2023. All rights reserved.