public class

TelemetryRecord

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

Class Overview

A telemetry record. Each record consists of a timestamp, name, and series of key-value properties.

Summary

Public Constructors
TelemetryRecord(int timestamp, String version, String eventname, Map<String, String> properties)
Public Methods
String getEventname()
Map<String, String> getProperties()
int getTimestamp()
String getVersion()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TelemetryRecord (int timestamp, String version, String eventname, Map<String, String> properties)

Public Methods

public String getEventname ()

public Map<String, String> getProperties ()

public int getTimestamp ()

public String getVersion ()

public String toString ()