public class LogFileInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LogFileInfo() | 
| LogFileInfo(LogFileInfo 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 | getFileName()Get 文件名 | 
| Long | getLength()Get 文件长度 | 
| Long | getMtime()Get Log最后修改时间 | 
| String | getUri()Get 下载Log时用到的统一资源标识符 | 
| void | setFileName(String FileName)Set 文件名 | 
| void | setLength(Long Length)Set 文件长度 | 
| void | setMtime(Long Mtime)Set Log最后修改时间 | 
| void | setUri(String Uri)Set 下载Log时用到的统一资源标识符 | 
| 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 LogFileInfo()
public LogFileInfo(LogFileInfo source)
public Long getMtime()
public void setMtime(Long Mtime)
Mtime - Log最后修改时间public Long getLength()
public void setLength(Long Length)
Length - 文件长度public String getUri()
public void setUri(String Uri)
Uri - 下载Log时用到的统一资源标识符public String getFileName()
public void setFileName(String FileName)
FileName - 文件名Copyright © 2025. All rights reserved.