Class FlowFileInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.FlowFileInfo
-
public class FlowFileInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FlowFileInfo()
FlowFileInfo(FlowFileInfo 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 Long
getCreatedOn()
Get 文件创建时间戳Long
getFileIndex()
Get 文件序号String
getFileMd5()
Get 文件的MD5码String
getFileName()
Get 文件名Long
getFileSize()
Get 文件大小,单位为ByteString
getFileType()
Get 文件类型String
getUrl()
Get 文件的下载地址void
setCreatedOn(Long CreatedOn)
Set 文件创建时间戳void
setFileIndex(Long FileIndex)
Set 文件序号void
setFileMd5(String FileMd5)
Set 文件的MD5码void
setFileName(String FileName)
Set 文件名void
setFileSize(Long FileSize)
Set 文件大小,单位为Bytevoid
setFileType(String FileType)
Set 文件类型void
setUrl(String Url)
Set 文件的下载地址void
toMap(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
-
FlowFileInfo
public FlowFileInfo()
-
FlowFileInfo
public FlowFileInfo(FlowFileInfo 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
-
getFileIndex
public Long getFileIndex()
Get 文件序号- Returns:
- FileIndex 文件序号
-
setFileIndex
public void setFileIndex(Long FileIndex)
Set 文件序号- Parameters:
FileIndex
- 文件序号
-
getFileType
public String getFileType()
Get 文件类型- Returns:
- FileType 文件类型
-
setFileType
public void setFileType(String FileType)
Set 文件类型- Parameters:
FileType
- 文件类型
-
getFileMd5
public String getFileMd5()
Get 文件的MD5码- Returns:
- FileMd5 文件的MD5码
-
setFileMd5
public void setFileMd5(String FileMd5)
Set 文件的MD5码- Parameters:
FileMd5
- 文件的MD5码
-
getFileName
public String getFileName()
Get 文件名- Returns:
- FileName 文件名
-
setFileName
public void setFileName(String FileName)
Set 文件名- Parameters:
FileName
- 文件名
-
getFileSize
public Long getFileSize()
Get 文件大小,单位为Byte- Returns:
- FileSize 文件大小,单位为Byte
-
setFileSize
public void setFileSize(Long FileSize)
Set 文件大小,单位为Byte- Parameters:
FileSize
- 文件大小,单位为Byte
-
getCreatedOn
public Long getCreatedOn()
Get 文件创建时间戳- Returns:
- CreatedOn 文件创建时间戳
-
setCreatedOn
public void setCreatedOn(Long CreatedOn)
Set 文件创建时间戳- Parameters:
CreatedOn
- 文件创建时间戳
-
getUrl
public String getUrl()
Get 文件的下载地址- Returns:
- Url 文件的下载地址
-
setUrl
public void setUrl(String Url)
Set 文件的下载地址- Parameters:
Url
- 文件的下载地址
-
-