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