Class ProductImpl
java.lang.Object
org.camunda.bpm.engine.impl.telemetry.dto.ProductImpl
- All Implemented Interfaces:
Product
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProductImpl
(String name, String version, String edition, InternalsImpl internals) ProductImpl
(ProductImpl other) -
Method Summary
Modifier and TypeMethodDescriptionThe edition of the product (i.e., either community or enterprise).Information about the technical internals and the environment of the Camunda installation.getName()
The name of the product (i.e., Camunda BPM Runtime).The version of the process engine (i.e., 7.X.Y).void
setEdition
(String edition) void
setInternals
(InternalsImpl internals) void
void
setVersion
(String version)
-
Field Details
-
name
-
version
-
edition
-
internals
-
-
Constructor Details
-
ProductImpl
-
ProductImpl
-
-
Method Details
-
getName
Description copied from interface:Product
The name of the product (i.e., Camunda BPM Runtime). -
setName
-
getVersion
Description copied from interface:Product
The version of the process engine (i.e., 7.X.Y).- Specified by:
getVersion
in interfaceProduct
-
setVersion
-
getEdition
Description copied from interface:Product
The edition of the product (i.e., either community or enterprise).- Specified by:
getEdition
in interfaceProduct
-
setEdition
-
getInternals
Description copied from interface:Product
Information about the technical internals and the environment of the Camunda installation.- Specified by:
getInternals
in interfaceProduct
-
setInternals
-