public class DescribeDomainSlowRatioResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeDomainSlowRatioResponse.SlowRatioData |
| Constructor and Description |
|---|
DescribeDomainSlowRatioResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDataInterval() |
String |
getEndTime() |
DescribeDomainSlowRatioResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageNumber() |
Integer |
getPageSize() |
List<DescribeDomainSlowRatioResponse.SlowRatioData> |
getSlowRatioDataPerInterval() |
String |
getStartTime() |
Integer |
getTotalCount() |
void |
setDataInterval(Integer dataInterval) |
void |
setEndTime(String endTime) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setSlowRatioDataPerInterval(List<DescribeDomainSlowRatioResponse.SlowRatioData> slowRatioDataPerInterval) |
void |
setStartTime(String startTime) |
void |
setTotalCount(Integer totalCount) |
public String getEndTime()
public void setEndTime(String endTime)
public Integer getDataInterval()
public void setDataInterval(Integer dataInterval)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public String getStartTime()
public void setStartTime(String startTime)
public List<DescribeDomainSlowRatioResponse.SlowRatioData> getSlowRatioDataPerInterval()
public void setSlowRatioDataPerInterval(List<DescribeDomainSlowRatioResponse.SlowRatioData> slowRatioDataPerInterval)
public DescribeDomainSlowRatioResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.