public class TagDTO extends Object
| Constructor and Description |
|---|
TagDTO() |
| Modifier and Type | Method and Description |
|---|---|
TagDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Get count
|
String |
getValue()
Get value
|
int |
hashCode() |
void |
setCount(Integer count) |
void |
setValue(String value) |
String |
toString() |
TagDTO |
value(String value) |
Copyright © 2020 WSO2 Inc. All rights reserved.