public class LogFileInfo extends AbstractModel
Constructor and Description |
---|
LogFileInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Get Filename
|
Long |
getLength()
Get File length
|
Long |
getMtime()
Get Last modified time of 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 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, toJsonString
public Long getMtime()
public void setMtime(Long Mtime)
Mtime
- Last modified time of 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 © 2020. All rights reserved.