public class MeasurementRateSummary extends Object
Constructor and Description |
---|
MeasurementRateSummary()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDepositoryId() |
Double |
getLatestValue() |
Long |
getOneMinuteCount() |
Double |
getOneMinuteRate() |
String |
getSensorId() |
Date |
getTimestamp() |
Long |
getTotalCount() |
MeasurementType |
getType() |
int |
hashCode() |
void |
setDepositoryId(String depositoryId) |
void |
setLatestValue(Double latestValue) |
void |
setOneMinuteCount(Long oneMinuteCount) |
void |
setOneMinuteRate(Double oneMinuteRate) |
void |
setSensorId(String sensorId) |
void |
setTimestamp(Date timestamp) |
void |
setTotalCount(Long totalCount) |
void |
setType(MeasurementType type) |
String |
toString() |
public String getSensorId()
public void setSensorId(String sensorId)
sensorId
- the sensorId to setpublic String getDepositoryId()
public void setDepositoryId(String depositoryId)
depositoryId
- the depositoryId to setpublic Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp
- the timestamp to setpublic Double getLatestValue()
public void setLatestValue(Double latestValue)
latestValue
- the latestValue to setpublic MeasurementType getType()
public void setType(MeasurementType type)
type
- the type to setpublic Long getOneMinuteCount()
public void setOneMinuteCount(Long oneMinuteCount)
oneMinuteCount
- the oneMinuteCount to setpublic Double getOneMinuteRate()
public void setOneMinuteRate(Double oneMinuteRate)
oneMinuteRate
- the oneMinuteRate to setpublic Long getTotalCount()
public void setTotalCount(Long totalCount)
totalCount
- the totalCount to setCopyright © 2015 Collaborative Software Development Laboratory. All rights reserved.