Class TagDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.TagDTO
-
public class TagDTO extends Object
TagDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description TagDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Get countStringgetValue()Get valueinthashCode()voidsetCount(Integer count)voidsetValue(String value)StringtoString()TagDTOvalue(String value)
-
-
-
Field Detail
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
-