Package org.openapitools.client.model
Class TelemetryProductDto
- java.lang.Object
-
- org.openapitools.client.model.TelemetryProductDto
-
public class TelemetryProductDto extends Object
TelemetryProductDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_EDITIONstatic StringSERIALIZED_NAME_INTERNALSstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description TelemetryProductDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TelemetryProductDtoedition(String edition)booleanequals(Object o)StringgetEdition()The edition of the product (i.e., either community or enterprise).Map<String,TelemetryInternalsDto>getInternals()Internal data and metrics collected by the product.StringgetName()The name of the product (i.e., Camunda BPM Runtime).StringgetVersion()The version of the process engine (i.e., 7.X.Y).inthashCode()TelemetryProductDtointernals(Map<String,TelemetryInternalsDto> internals)TelemetryProductDtoname(String name)TelemetryProductDtoputInternalsItem(String key, TelemetryInternalsDto internalsItem)voidsetEdition(String edition)voidsetInternals(Map<String,TelemetryInternalsDto> internals)voidsetName(String name)voidsetVersion(String version)StringtoString()TelemetryProductDtoversion(String version)
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EDITION
public static final String SERIALIZED_NAME_EDITION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INTERNALS
public static final String SERIALIZED_NAME_INTERNALS
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public TelemetryProductDto name(String name)
-
getName
public String getName()
The name of the product (i.e., Camunda BPM Runtime).- Returns:
- name
-
setName
public void setName(String name)
-
version
public TelemetryProductDto version(String version)
-
getVersion
public String getVersion()
The version of the process engine (i.e., 7.X.Y).- Returns:
- version
-
setVersion
public void setVersion(String version)
-
edition
public TelemetryProductDto edition(String edition)
-
getEdition
public String getEdition()
The edition of the product (i.e., either community or enterprise).- Returns:
- edition
-
setEdition
public void setEdition(String edition)
-
internals
public TelemetryProductDto internals(Map<String,TelemetryInternalsDto> internals)
-
putInternalsItem
public TelemetryProductDto putInternalsItem(String key, TelemetryInternalsDto internalsItem)
-
getInternals
public Map<String,TelemetryInternalsDto> getInternals()
Internal data and metrics collected by the product.- Returns:
- internals
-
setInternals
public void setInternals(Map<String,TelemetryInternalsDto> internals)
-
-