public class CloudStorageAIServiceTaskFileInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloudStorageAIServiceTaskFileInfo() |
CloudStorageAIServiceTaskFileInfo(CloudStorageAIServiceTaskFileInfo 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 |
getDownloadURL()
Get 文件下载 URL
|
String |
getFileName()
Get 文件名称(含扩展名)
|
Long |
getFileSize()
Get 文件大小(单位:bytes)
|
CloudStorageAIServiceTaskFileLabel[] |
getLabels()
Get 文件标签
|
String |
getMimeType()
Get 文件的 MIME Type
|
CloudStorageAIServiceTaskVideoMetaInfo |
getVideoMetaInfo()
Get 视频文件元数据(仅当文件为视频类型时包含该字段)
|
void |
setDownloadURL(String DownloadURL)
Set 文件下载 URL
|
void |
setFileName(String FileName)
Set 文件名称(含扩展名)
|
void |
setFileSize(Long FileSize)
Set 文件大小(单位:bytes)
|
void |
setLabels(CloudStorageAIServiceTaskFileLabel[] Labels)
Set 文件标签
|
void |
setMimeType(String MimeType)
Set 文件的 MIME Type
|
void |
setVideoMetaInfo(CloudStorageAIServiceTaskVideoMetaInfo VideoMetaInfo)
Set 视频文件元数据(仅当文件为视频类型时包含该字段)
|
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, toJsonString
public CloudStorageAIServiceTaskFileInfo()
public CloudStorageAIServiceTaskFileInfo(CloudStorageAIServiceTaskFileInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName
- 文件名称(含扩展名)public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize
- 文件大小(单位:bytes)public String getDownloadURL()
public void setDownloadURL(String DownloadURL)
DownloadURL
- 文件下载 URLpublic String getMimeType()
public void setMimeType(String MimeType)
MimeType
- 文件的 MIME Typepublic CloudStorageAIServiceTaskVideoMetaInfo getVideoMetaInfo()
public void setVideoMetaInfo(CloudStorageAIServiceTaskVideoMetaInfo VideoMetaInfo)
VideoMetaInfo
- 视频文件元数据(仅当文件为视频类型时包含该字段)public CloudStorageAIServiceTaskFileLabel[] getLabels()
public void setLabels(CloudStorageAIServiceTaskFileLabel[] Labels)
Labels
- 文件标签Copyright © 2025. All rights reserved.