Class TelemetryDataImpl

java.lang.Object
org.camunda.bpm.engine.impl.telemetry.dto.TelemetryDataImpl
All Implemented Interfaces:
TelemetryData

public class TelemetryDataImpl extends Object implements TelemetryData
  • Field Details

    • installation

      protected String installation
    • product

      protected ProductImpl product
  • Constructor Details

  • Method Details

    • getInstallation

      public String getInstallation()
      Description copied from interface: TelemetryData
      This method returns a String which is unique for each installation of Camunda. It is stored once per database so all engines connected to the same database will have the same installation ID. The ID is used to identify a single installation of Camunda Platform.
      Specified by:
      getInstallation in interface TelemetryData
    • setInstallation

      public void setInstallation(String installation)
    • getProduct

      public ProductImpl getProduct()
      Description copied from interface: TelemetryData
      Returns a data object that stores information about the used Camunda product.
      Specified by:
      getProduct in interface TelemetryData
    • setProduct

      public void setProduct(ProductImpl product)
    • mergeInternals

      public void mergeInternals(InternalsImpl other)
    • toString

      public String toString()
      Overrides:
      toString in class Object