|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.model.TelemetryDataPoint
public class TelemetryDataPoint
Represents one data point a telemetry stream.
Constructor Summary | |
---|---|
TelemetryDataPoint(org.hackystat.utilities.time.period.TimePeriod timePeriod,
java.lang.Number value)
Constructs this instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
org.hackystat.utilities.time.period.TimePeriod |
getPeriod()
Gets the time period. |
java.lang.Number |
getValue()
Gets the value. |
int |
hashCode()
Gets the hash code. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelemetryDataPoint(org.hackystat.utilities.time.period.TimePeriod timePeriod, java.lang.Number value)
timePeriod
- A time period. It's either day, week, or month.value
- The value associated with the time period.Method Detail |
---|
public org.hackystat.utilities.time.period.TimePeriod getPeriod()
public java.lang.Number getValue()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare.
true
if this object is the same as the obj argument;
false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |