Class ObservationChart
- java.lang.Object
-
- org.genesys.amphibian.client.model.ObservationChart
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ObservationChart extends Object
ObservationChart
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CATEGORIESstatic StringJSON_PROPERTY_DESCRIPTORstatic StringJSON_PROPERTY_NULL_VALUES
-
Constructor Summary
Constructors Constructor Description ObservationChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObservationChartaddCategoriesItem(Category categoriesItem)ObservationChartcategories(List<Category> categories)ObservationChartdescriptor(UUID descriptor)booleanequals(Object o)List<Category>getCategories()Get categoriesUUIDgetDescriptor()Get descriptorLonggetNullValues()Get nullValuesinthashCode()ObservationChartnullValues(Long nullValues)voidsetCategories(List<Category> categories)voidsetDescriptor(UUID descriptor)voidsetNullValues(Long nullValues)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DESCRIPTOR
public static final String JSON_PROPERTY_DESCRIPTOR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NULL_VALUES
public static final String JSON_PROPERTY_NULL_VALUES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CATEGORIES
public static final String JSON_PROPERTY_CATEGORIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
descriptor
public ObservationChart descriptor(UUID descriptor)
-
setDescriptor
public void setDescriptor(UUID descriptor)
-
nullValues
public ObservationChart nullValues(Long nullValues)
-
setNullValues
public void setNullValues(Long nullValues)
-
categories
public ObservationChart categories(List<Category> categories)
-
addCategoriesItem
public ObservationChart addCategoriesItem(Category categoriesItem)
-
-