public class TagDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_VALUE |
| 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) |
public static final String SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_COUNT
Copyright © 2021 WSO2 Inc. All rights reserved.