public class DescribeReportDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeReportDataRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get Domain name acceleration region
mainland: in Mainland China
overseas: outside Mainland China
|
String |
getEndTime()
Get Query end time in the format of `yyyy-MM-dd`
|
Long |
getLimit()
Get Number of data entries.
|
Long |
getOffset()
Get Offset.
|
Long |
getProject()
Get Filters by project ID
|
String |
getReportType()
Get Report type
daily: daily report
weekly: weekly report (Monday to Sunday)
monthly: monthly report (calendar month)
|
String |
getStartTime()
Get Query start time in the format of `yyyy-MM-dd`
|
void |
setArea(String Area)
Set Domain name acceleration region
mainland: in Mainland China
overseas: outside Mainland China
|
void |
setEndTime(String EndTime)
Set Query end time in the format of `yyyy-MM-dd`
|
void |
setLimit(Long Limit)
Set Number of data entries.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setProject(Long Project)
Set Filters by project ID
|
void |
setReportType(String ReportType)
Set Report type
daily: daily report
weekly: weekly report (Monday to Sunday)
monthly: monthly report (calendar month)
|
void |
setStartTime(String StartTime)
Set Query start time in the format of `yyyy-MM-dd`
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Query start time in the format of `yyyy-MM-dd`public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Query end time in the format of `yyyy-MM-dd`public String getReportType()
public void setReportType(String ReportType)
ReportType
- Report type
daily: daily report
weekly: weekly report (Monday to Sunday)
monthly: monthly report (calendar month)public String getArea()
public void setArea(String Area)
Area
- Domain name acceleration region
mainland: in Mainland China
overseas: outside Mainland Chinapublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of data entries. Default value: 1000.public Long getProject()
public void setProject(Long Project)
Project
- Filters by project IDCopyright © 2020. All rights reserved.