public class LogFileInfo extends AbstractModel
| 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 Filename | 
| Long | getLength()Get File length | 
| Long | getMtime()Get Last modified time of a log | 
| String | getUri()Get Uniform resource identifier (URI) used during log download | 
| void | setFileName(String FileName)Set Filename | 
| void | setLength(Long Length)Set File length | 
| void | setMtime(Long Mtime)Set Last modified time of a log | 
| void | setUri(String Uri)Set Uniform resource identifier (URI) used during log download | 
| 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, toJsonStringpublic LogFileInfo()
public LogFileInfo(LogFileInfo source)
public Long getMtime()
public void setMtime(Long Mtime)
Mtime - Last modified time of a logpublic Long getLength()
public void setLength(Long Length)
Length - File lengthpublic String getUri()
public void setUri(String Uri)
Uri - Uniform resource identifier (URI) used during log downloadpublic String getFileName()
public void setFileName(String FileName)
FileName - FilenameCopyright © 2021. All rights reserved.