public class DomainLog extends AbstractModel
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 Mainland China
`overseas`: outside Mainland China
|
String |
getEndTime()
Get End time of the log package
|
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 Mainland China
`overseas`: outside Mainland China
|
void |
setEndTime(String EndTime)
Set End time of the log package
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 Mainland China
`overseas`: outside Mainland Chinapublic String getLogName()
public void setLogName(String LogName)
LogName
- Log package filenameCopyright © 2021. All rights reserved.