Package org.openapitools.client.model
Class TelemetryDataDto
- java.lang.Object
-
- org.openapitools.client.model.TelemetryDataDto
-
public class TelemetryDataDto extends Object
TelemetryDataDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_INSTALLATIONstatic StringSERIALIZED_NAME_PRODUCT
-
Constructor Summary
Constructors Constructor Description TelemetryDataDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetInstallation()An id which is unique for each installation of Camunda.Map<String,TelemetryProductDto>getProduct()Information about the product collection telemetry data.inthashCode()TelemetryDataDtoinstallation(String installation)TelemetryDataDtoproduct(Map<String,TelemetryProductDto> product)TelemetryDataDtoputProductItem(String key, TelemetryProductDto productItem)voidsetInstallation(String installation)voidsetProduct(Map<String,TelemetryProductDto> product)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_INSTALLATION
public static final String SERIALIZED_NAME_INSTALLATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRODUCT
public static final String SERIALIZED_NAME_PRODUCT
- See Also:
- Constant Field Values
-
-
Method Detail
-
installation
public TelemetryDataDto installation(String installation)
-
getInstallation
public String getInstallation()
An id which is unique for each installation of Camunda. It is stored once per database so all engines connected to the same database will have the same installation ID. The ID is used to identify a single installation of Camunda Platform.- Returns:
- installation
-
setInstallation
public void setInstallation(String installation)
-
product
public TelemetryDataDto product(Map<String,TelemetryProductDto> product)
-
putProductItem
public TelemetryDataDto putProductItem(String key, TelemetryProductDto productItem)
-
getProduct
public Map<String,TelemetryProductDto> getProduct()
Information about the product collection telemetry data.- Returns:
- product
-
setProduct
public void setProduct(Map<String,TelemetryProductDto> product)
-
-