public class DescribeCdnDomainLogsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeCdnDomainLogsRequest() | 
| DescribeCdnDomainLogsRequest(DescribeCdnDomainLogsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getArea()Get Specifies a region for the query. | 
| String | getDomain()Get Specifies a domain name for the query | 
| String | getEndTime()Get End time, such as `2019-09-04 12:00:00` | 
| Long | getLimit()Get Limit on paginated queries. | 
| String | getLogType()Get The type of log to be downloaded. | 
| Long | getOffset()Get Offset for paginated queries. | 
| String | getStartTime()Get Starting time, such as `2019-09-04 00:00:00` | 
| void | setArea(String Area)Set Specifies a region for the query. | 
| void | setDomain(String Domain)Set Specifies a domain name for the query | 
| void | setEndTime(String EndTime)Set End time, such as `2019-09-04 12:00:00` | 
| void | setLimit(Long Limit)Set Limit on paginated queries. | 
| void | setLogType(String LogType)Set The type of log to be downloaded. | 
| void | setOffset(Long Offset)Set Offset for paginated queries. | 
| void | setStartTime(String StartTime)Set Starting time, such as `2019-09-04 00:00:00` | 
| 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, toJsonStringpublic DescribeCdnDomainLogsRequest()
public DescribeCdnDomainLogsRequest(DescribeCdnDomainLogsRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Specifies a domain name for the querypublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Starting time, such as `2019-09-04 00:00:00`public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time, such as `2019-09-04 12:00:00`public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset for paginated queries. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit on paginated queries. Default value: 100. Maximum value: 1,000public String getArea()
public void setArea(String Area)
Area - Specifies a region for the query.
`mainland`: specifies to return the download link of logs on acceleration within Mainland China;
`overseas`: specifies to return the download link of logs on acceleration outside Mainland China;
`global`: specifies to return a download link of logs on acceleration within Mainland China and a link of logs on acceleration outside Mainland China.
Default value: `mainland`.public String getLogType()
public void setLogType(String LogType)
LogType - The type of log to be downloaded.
access: access logsCopyright © 2022. All rights reserved.