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)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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
()