Serializablepublic class Minutely extends Object implements Serializable
| Constructor | Description |
|---|---|
Minutely() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
List<DataPoint> |
getData() |
|
String |
getIcon() |
|
String |
getSummary() |
|
int |
hashCode() |
|
void |
setData(List<DataPoint> data) |
|
void |
setIcon(String icon) |
|
void |
setSummary(String summary) |
public String getSummary()
public void setSummary(String summary)
summary - A human-readable summary of this data block.public String getIcon()
public void setIcon(String icon)
icon - A machine-readable text summary of this data block. (May take on the same values as the iconproperty of data points.)public void setData(List<DataPoint> data)
data - List containing all DataPoints, ordered by time.Copyright © 2018. All rights reserved.