public class GetAllDomainsTrafficResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAllDomainsTrafficResponse.TrafficStatistics |
metadata| Constructor and Description |
|---|
GetAllDomainsTrafficResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndTime() |
String |
getStartTime() |
List<GetAllDomainsTrafficResponse.TrafficStatistics> |
getStatistics() |
String |
getTimeInterval() |
void |
setEndTime(String endTime) |
void |
setStartTime(String startTime) |
void |
setStatistics(List<GetAllDomainsTrafficResponse.TrafficStatistics> statistics) |
void |
setTimeInterval(String timeInterval) |
String |
toString() |
getMetadatapublic String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getTimeInterval()
public void setTimeInterval(String timeInterval)
public List<GetAllDomainsTrafficResponse.TrafficStatistics> getStatistics()
public void setStatistics(List<GetAllDomainsTrafficResponse.TrafficStatistics> statistics)
Copyright © 2022. All rights reserved.