Class Category
- java.lang.Object
-
- org.genesys.amphibian.client.model.Category
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Category extends Object
Category
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COUNTstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description Category()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Categorycount(Long count)booleanequals(Object o)LonggetCount()Get countStringgetValue()Get valueinthashCode()voidsetCount(Long count)voidsetValue(String value)StringtoString()Categoryvalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNT
public static final String JSON_PROPERTY_COUNT
- See Also:
- Constant Field Values
-
-