Class ApplicationServerDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.telemetry.ApplicationServerDto

public class ApplicationServerDto extends Object
  • Field Details

    • vendor

      protected String vendor
    • version

      protected String version
  • Constructor Details

    • ApplicationServerDto

      public ApplicationServerDto(String vendor, String version)
  • Method Details