public class LogInfo extends AbstractModel
Constructor and Description |
---|
LogInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
getFileSize()
Get 文件大小
|
String |
getLogName()
Get 日志名称。
|
String |
getLogTime()
Get 日志生成时间
|
String |
getLogUrl()
Get 日志Url。
|
void |
setFileSize(Integer 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 Integer getFileSize()
public void setFileSize(Integer FileSize)
FileSize
- 文件大小Copyright © 2020. All rights reserved.