Class ApplicationServerDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.telemetry.ApplicationServerDto
-
public class ApplicationServerDto extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationServerDto(String vendor, String version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationServerDto
fromEngineDto(ApplicationServer other)
String
getVendor()
String
getVersion()
void
setVendor(String vendor)
void
setVersion(String version)
-
-
-
Method Detail
-
getVendor
public String getVendor()
-
setVendor
public void setVendor(String vendor)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
fromEngineDto
public static ApplicationServerDto fromEngineDto(ApplicationServer other)
-
-