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 Acceleration region corresponding to the log package
`mainland`: Within the Chinese mainland
`overseas`: Outside the Chinese mainland | 
| String | getEndTime()Get End time of the log package | 
| Long | getFileSize()Get File size, in bytes. | 
| String | getLogName()Get Log package filename | 
| String | getLogPath()Get Log package download link | 
| String | getStartTime()Get Starting time of the log package | 
| void | setArea(String Area)Set Acceleration region corresponding to the log package
`mainland`: Within the Chinese mainland
`overseas`: Outside the Chinese mainland | 
| void | setEndTime(String EndTime)Set End time of the log package | 
| void | setFileSize(Long FileSize)Set File size, in bytes. | 
| void | setLogName(String LogName)Set Log package filename | 
| void | setLogPath(String LogPath)Set Log package download link | 
| void | setStartTime(String StartTime)Set Starting time of the log package | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DomainLog()
public DomainLog(DomainLog source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Starting time of the log packagepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time of the log packagepublic String getLogPath()
public void setLogPath(String LogPath)
LogPath - Log package download linkpublic String getArea()
public void setArea(String Area)
Area - Acceleration region corresponding to the log package
`mainland`: Within the Chinese mainland
`overseas`: Outside the Chinese mainlandpublic String getLogName()
public void setLogName(String LogName)
LogName - Log package filenamepublic Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - File size, in bytes.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.