Class ApplicationServerImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.dto.ApplicationServerImpl
-
- All Implemented Interfaces:
ApplicationServer
public class ApplicationServerImpl extends Object implements ApplicationServer
-
-
Constructor Summary
Constructors Constructor Description ApplicationServerImpl(String version)ApplicationServerImpl(String vendor, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVendor()The vendor of the installed application server.StringgetVersion()The version of the installed application server.voidsetVendor(String vendor)voidsetVersion(String version)
-
-
-
Method Detail
-
getVendor
public String getVendor()
Description copied from interface:ApplicationServerThe vendor of the installed application server.- Specified by:
getVendorin interfaceApplicationServer
-
setVendor
public void setVendor(String vendor)
-
getVersion
public String getVersion()
Description copied from interface:ApplicationServerThe version of the installed application server.- Specified by:
getVersionin interfaceApplicationServer
-
setVersion
public void setVersion(String version)
-
-