public class LogInfo extends AbstractModel
Constructor and Description |
---|
LogInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getFileSize()
Get 文件大小。
|
String |
getLogName()
Get 日志名称。
|
String |
getLogTime()
Get 日志生成时间。
|
String |
getLogUrl()
Get 日志 URL。
|
void |
setFileSize(Long FileSize)
Set 文件大小。
|
void |
setLogName(String LogName)
Set 日志名称。
|
void |
setLogTime(String LogTime)
Set 日志生成时间。
|
void |
setLogUrl(String LogUrl)
Set 日志 URL。
|
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 getLogName()
public void setLogName(String LogName)
LogName
- 日志名称。public String getLogUrl()
public void setLogUrl(String LogUrl)
LogUrl
- 日志 URL。public String getLogTime()
public void setLogTime(String LogTime)
LogTime
- 日志生成时间。public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize
- 文件大小。Copyright © 2021. All rights reserved.