public class CdnLogInfo extends AbstractModel
Constructor and Description |
---|
CdnLogInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDate()
Get Log date in the format of `yyyy-MM-dd`, such as 2018-03-01.
|
String |
getName()
Get Log name in the format of date and time-domain name,
such as 2018120101-test.vod2.mqcloud.com.
|
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 |
setName(String Name)
Set Log name in the format of date and time-domain name,
such as 2018120101-test.vod2.mqcloud.com.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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.Copyright © 2020. All rights reserved.