Class ProductDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.telemetry.ProductDto
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProductDto
(String name, String version, String edition, InternalsDto internals) -
Method Summary
Modifier and TypeMethodDescriptionstatic ProductDto
fromEngineDto
(Product other) getName()
void
setEdition
(String edition) void
setInternals
(InternalsDto internals) void
void
setVersion
(String version)
-
Field Details
-
name
-
version
-
edition
-
internals
-
-
Constructor Details
-
ProductDto
-
-
Method Details
-
getName
-
setName
-
getVersion
-
setVersion
-
getEdition
-
setEdition
-
getInternals
-
setInternals
-
fromEngineDto
-