Class TelemetryDataImpl

    • Field Detail

      • installation

        protected java.lang.String installation
    • Constructor Detail

      • TelemetryDataImpl

        public TelemetryDataImpl​(java.lang.String installation,
                                 ProductImpl product)
    • Method Detail

      • getInstallation

        public java.lang.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​(java.lang.String installation)
      • setProduct

        public void setProduct​(ProductImpl product)
      • mergeInternals

        public void mergeInternals​(InternalsImpl other)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object