Class LogFileInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mariadb.v20170312.models.LogFileInfo
-
public class LogFileInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()Get 文件名LonggetLength()Get 文件长度LonggetMtime()Get Log最后修改时间StringgetUri()Get 下载Log时用到的统一资源标识符voidsetFileName(String FileName)Set 文件名voidsetLength(Long Length)Set 文件长度voidsetMtime(Long Mtime)Set Log最后修改时间voidsetUri(String Uri)Set 下载Log时用到的统一资源标识符voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LogFileInfo
public LogFileInfo()
-
LogFileInfo
public 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.
-
-
Method Detail
-
getMtime
public Long getMtime()
Get Log最后修改时间- Returns:
- Mtime Log最后修改时间
-
setMtime
public void setMtime(Long Mtime)
Set Log最后修改时间- Parameters:
Mtime- Log最后修改时间
-
getLength
public Long getLength()
Get 文件长度- Returns:
- Length 文件长度
-
setLength
public void setLength(Long Length)
Set 文件长度- Parameters:
Length- 文件长度
-
getUri
public String getUri()
Get 下载Log时用到的统一资源标识符- Returns:
- Uri 下载Log时用到的统一资源标识符
-
setUri
public void setUri(String Uri)
Set 下载Log时用到的统一资源标识符- Parameters:
Uri- 下载Log时用到的统一资源标识符
-
getFileName
public String getFileName()
Get 文件名- Returns:
- FileName 文件名
-
setFileName
public void setFileName(String FileName)
Set 文件名- Parameters:
FileName- 文件名
-
-