public class DomainLog extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DomainLog() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getArea()Get 日志包对应加速区域
mainland:境内
overseas:境外 | 
| String | getEndTime()Get 日志包结束时间 | 
| Long | getFileSize()Get 文件大小,单位: Byte
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLogName()Get 日志包文件名 | 
| String | getLogPath()Get 日志包下载链接 | 
| String | getStartTime()Get 日志包起始时间 | 
| void | setArea(String Area)Set 日志包对应加速区域
mainland:境内
overseas:境外 | 
| void | setEndTime(String EndTime)Set 日志包结束时间 | 
| void | setFileSize(Long FileSize)Set 文件大小,单位: Byte
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLogName(String LogName)Set 日志包文件名 | 
| void | setLogPath(String LogPath)Set 日志包下载链接 | 
| void | setStartTime(String StartTime)Set 日志包起始时间 | 
| 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 DomainLog()
public DomainLog(DomainLog source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 日志包起始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 日志包结束时间public String getLogPath()
public void setLogPath(String LogPath)
LogPath - 日志包下载链接public String getArea()
public void setArea(String Area)
Area - 日志包对应加速区域
mainland:境内
overseas:境外public String getLogName()
public void setLogName(String LogName)
LogName - 日志包文件名public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - 文件大小,单位: Byte
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.