Class DomainLog
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.DomainLog
-
public class DomainLog extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArea()Get 日志包对应加速区域 mainland:境内 overseas:境外StringgetEndTime()Get 日志包结束时间LonggetFileSize()Get 文件大小,单位: Byte 注意:此字段可能返回 null,表示取不到有效值。StringgetLogName()Get 日志包文件名StringgetLogPath()Get 日志包下载链接StringgetStartTime()Get 日志包起始时间voidsetArea(String Area)Set 日志包对应加速区域 mainland:境内 overseas:境外voidsetEndTime(String EndTime)Set 日志包结束时间voidsetFileSize(Long FileSize)Set 文件大小,单位: Byte 注意:此字段可能返回 null,表示取不到有效值。voidsetLogName(String LogName)Set 日志包文件名voidsetLogPath(String LogPath)Set 日志包下载链接voidsetStartTime(String StartTime)Set 日志包起始时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DomainLog
public DomainLog()
-
DomainLog
public DomainLog(DomainLog 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.
-
-
Method Detail
-
getStartTime
public String getStartTime()
Get 日志包起始时间- Returns:
- StartTime 日志包起始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 日志包起始时间- Parameters:
StartTime- 日志包起始时间
-
getEndTime
public String getEndTime()
Get 日志包结束时间- Returns:
- EndTime 日志包结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 日志包结束时间- Parameters:
EndTime- 日志包结束时间
-
getLogPath
public String getLogPath()
Get 日志包下载链接- Returns:
- LogPath 日志包下载链接
-
setLogPath
public void setLogPath(String LogPath)
Set 日志包下载链接- Parameters:
LogPath- 日志包下载链接
-
getArea
public String getArea()
Get 日志包对应加速区域 mainland:境内 overseas:境外- Returns:
- Area 日志包对应加速区域 mainland:境内 overseas:境外
-
setArea
public void setArea(String Area)
Set 日志包对应加速区域 mainland:境内 overseas:境外- Parameters:
Area- 日志包对应加速区域 mainland:境内 overseas:境外
-
getLogName
public String getLogName()
Get 日志包文件名- Returns:
- LogName 日志包文件名
-
setLogName
public void setLogName(String LogName)
Set 日志包文件名- Parameters:
LogName- 日志包文件名
-
getFileSize
public Long getFileSize()
Get 文件大小,单位: Byte 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileSize 文件大小,单位: Byte 注意:此字段可能返回 null,表示取不到有效值。
-
setFileSize
public void setFileSize(Long FileSize)
Set 文件大小,单位: Byte 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileSize- 文件大小,单位: Byte 注意:此字段可能返回 null,表示取不到有效值。
-
-