public class DescribeCdnLogsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeCdnLogsRequest() |
DescribeCdnLogsRequest(DescribeCdnLogsRequest 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 |
getDomainName()
Get Domain name.
|
String |
getEndTime()
Get End time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F), which must be after the start time.
|
Long |
getLimit()
Get Maximum return results of pulling paginated queries.
|
Long |
getOffset()
Get Page number offset from the beginning of paginated queries.
|
String |
getStartTime()
Get Start time for log acquisition in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setDomainName(String DomainName)
Set Domain name.
|
void |
setEndTime(String EndTime)
Set End time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F), which must be after the start time.
|
void |
setLimit(Long Limit)
Set Maximum return results of pulling paginated queries.
|
void |
setOffset(Long Offset)
Set Page number offset from the beginning of paginated queries.
|
void |
setStartTime(String StartTime)
Set Start time for log acquisition in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCdnLogsRequest()
public DescribeCdnLogsRequest(DescribeCdnLogsRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Domain name.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time for log acquisition in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F), which must be after the start time.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum return results of pulling paginated queries. Default value: 100; maximum value: 1000public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number offset from the beginning of paginated queries. Default value: 0Copyright © 2023. All rights reserved.