Class TelemetryRecord

java.lang.Object
com.pnfsoftware.jeb.client.telemetry.TelemetryRecord

public class TelemetryRecord extends Object
A telemetry record. Each record consists of a timestamp, name, and series of key-value properties.
  • Constructor Details

  • Method Details

    • getTimestamp

      public int getTimestamp()
    • getVersion

      public String getVersion()
    • getEventname

      public String getEventname()
    • getProperties

      public Map<String,String> getProperties()
    • toString

      public String toString()
      Overrides:
      toString in class Object