public class DayInfo extends Object
| Constructor and Description |
|---|
DayInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate() |
Long |
getPeakBandwidth() |
String |
getPeakBandwidthTime() |
Long |
getTotalFlow() |
void |
setDate(String date) |
void |
setPeakBandwidth(Long peakBandwidth) |
void |
setPeakBandwidthTime(String peakBandwidthTime) |
void |
setTotalFlow(Long totalFlow) |
public String getDate()
public void setDate(String date)
public Long getTotalFlow()
public void setTotalFlow(Long totalFlow)
public Long getPeakBandwidth()
public void setPeakBandwidth(Long peakBandwidth)
public String getPeakBandwidthTime()
public void setPeakBandwidthTime(String peakBandwidthTime)
Copyright © 2024. All rights reserved.