public class CdnLogInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CdnLogInfo() |
CdnLogInfo(CdnLogInfo 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 |
getDate()
Get Log date in the format of `yyyy-MM-dd`, such as 2018-03-01.
|
String |
getEndTime()
Get Log end time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=)
|
String |
getName()
Get Log name in the format of date and time-domain name,
such as 2018120101-test.vod2.mqcloud.com.
|
String |
getStartTime()
Get Log start time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=)
|
String |
getUrl()
Get Log download link, which is valid for 24 hours.
|
void |
setDate(String Date)
Set Log date in the format of `yyyy-MM-dd`, such as 2018-03-01.
|
void |
setEndTime(String EndTime)
Set Log end time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=)
|
void |
setName(String Name)
Set Log name in the format of date and time-domain name,
such as 2018120101-test.vod2.mqcloud.com.
|
void |
setStartTime(String StartTime)
Set Log start time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=)
|
void |
setUrl(String Url)
Set Log download link, which is valid for 24 hours.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CdnLogInfo()
public CdnLogInfo(CdnLogInfo source)
public String getDate()
public void setDate(String Date)
Date - Log date in the format of `yyyy-MM-dd`, such as 2018-03-01.public String getName()
public void setName(String Name)
Name - Log name in the format of date and time-domain name,
such as 2018120101-test.vod2.mqcloud.com.public String getUrl()
public void setUrl(String Url)
Url - Log download link, which is valid for 24 hours.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Log start time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=)public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Log end time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=)Copyright © 2025. All rights reserved.