Class ProductImpl

java.lang.Object
org.camunda.bpm.engine.impl.telemetry.dto.ProductImpl
All Implemented Interfaces:
Product

public class ProductImpl extends Object implements Product
  • Field Details

  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: Product
      The name of the product (i.e., Camunda BPM Runtime).
      Specified by:
      getName in interface Product
    • setName

      public void setName(String name)
    • getVersion

      public String getVersion()
      Description copied from interface: Product
      The version of the process engine (i.e., 7.X.Y).
      Specified by:
      getVersion in interface Product
    • setVersion

      public void setVersion(String version)
    • getEdition

      public String getEdition()
      Description copied from interface: Product
      The edition of the product (i.e., either community or enterprise).
      Specified by:
      getEdition in interface Product
    • setEdition

      public void setEdition(String edition)
    • getInternals

      public InternalsImpl getInternals()
      Description copied from interface: Product
      Information about the technical internals and the environment of the Camunda installation.
      Specified by:
      getInternals in interface Product
    • setInternals

      public void setInternals(InternalsImpl internals)