public class DescribeEcdnDomainLogsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEcdnDomainLogsRequest() |
DescribeEcdnDomainLogsRequest(DescribeEcdnDomainLogsRequest 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 |
getDomain()
Get Domain name to be queried.
|
String |
getEndTime()
Get Log end time, such as 2019-10-02 00:00:00.
|
Long |
getLimit()
Get Number of log links per page.
|
Long |
getOffset()
Get Pagination offset for log link list.
|
String |
getStartTime()
Get Log start time, such as 2019-10-01 00:00:00
|
void |
setDomain(String Domain)
Set Domain name to be queried.
|
void |
setEndTime(String EndTime)
Set Log end time, such as 2019-10-02 00:00:00.
|
void |
setLimit(Long Limit)
Set Number of log links per page.
|
void |
setOffset(Long Offset)
Set Pagination offset for log link list.
|
void |
setStartTime(String StartTime)
Set Log start time, such as 2019-10-01 00:00:00
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeEcdnDomainLogsRequest()
public DescribeEcdnDomainLogsRequest(DescribeEcdnDomainLogsRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain name to be queried.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Log start time, such as 2019-10-01 00:00:00public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Log end time, such as 2019-10-02 00:00:00. Only logs for the last 30 days can be queried.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset for log link list. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of log links per page. Default value: 100. Maximum value: 1000.Copyright © 2024. All rights reserved.