Class ApplicationServerImpl
java.lang.Object
org.camunda.bpm.engine.impl.telemetry.dto.ApplicationServerImpl
- All Implemented Interfaces:
ApplicationServer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionApplicationServerImpl
(String version) ApplicationServerImpl
(String vendor, String version) -
Method Summary
Modifier and TypeMethodDescriptionThe vendor of the installed application server.The version of the installed application server.void
void
setVersion
(String version)
-
Field Details
-
vendor
-
version
-
-
Constructor Details
-
ApplicationServerImpl
-
ApplicationServerImpl
-
-
Method Details
-
getVendor
Description copied from interface:ApplicationServer
The vendor of the installed application server.- Specified by:
getVendor
in interfaceApplicationServer
-
setVendor
-
getVersion
Description copied from interface:ApplicationServer
The version of the installed application server.- Specified by:
getVersion
in interfaceApplicationServer
-
setVersion
-