public class ProjectTag extends Object implements Serializable
| Constructor and Description |
|---|
ProjectTag()
Default constructor
|
ProjectTag(String tagKey,
String tagValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTagKey() |
String |
getTagValue() |
int |
hashCode() |
void |
setTagKey(String tagKey) |
void |
setTagValue(String tagValue) |
String |
toString() |
Copyright © 2011-2024 White Source. All Rights Reserved.