public class TagModel extends Object
| Constructor and Description |
|---|
TagModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTagKey() |
String |
getTagValue() |
void |
setTagKey(String tagKey) |
void |
setTagValue(String tagValue) |
String |
toString() |
TagModel |
withTagKey(String tagKey)
Configure tagKey for the model.
|
TagModel |
withTagValue(String tagValue)
Configure tagValue for the model.
|
public String getTagKey()
public void setTagKey(String tagKey)
public TagModel withTagKey(String tagKey)
tagKey - The key of tag.public String getTagValue()
public void setTagValue(String tagValue)
public TagModel withTagValue(String tagValue)
tagValue - The value of tag.Copyright © 2021. All rights reserved.