Class FileInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.FileInfo
-
public class FileInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AudioInfoResultItem[]getAudioInfoResult()Get 任务结束后生成的文件音频信息。 注意:此字段可能返回 null,表示取不到有效值。LonggetBitrate()Get 任务结束后生成的文件整体码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。LonggetDuration()Get 任务结束后生成的文件时长,单位:ms。 注意:此字段可能返回 null,表示取不到有效值。LonggetFileSize()Get 任务结束后生成的文件大小。 注意:此字段可能返回 null,表示取不到有效值。StringgetFileType()Get 任务结束后生成的文件格式,例如:mp4,flv等等。 注意:此字段可能返回 null,表示取不到有效值。VideoInfoResultItem[]getVideoInfoResult()Get 任务结束后生成的文件视频信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetAudioInfoResult(AudioInfoResultItem[] AudioInfoResult)Set 任务结束后生成的文件音频信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetBitrate(Long Bitrate)Set 任务结束后生成的文件整体码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。voidsetDuration(Long Duration)Set 任务结束后生成的文件时长,单位:ms。 注意:此字段可能返回 null,表示取不到有效值。voidsetFileSize(Long FileSize)Set 任务结束后生成的文件大小。 注意:此字段可能返回 null,表示取不到有效值。voidsetFileType(String FileType)Set 任务结束后生成的文件格式,例如:mp4,flv等等。 注意:此字段可能返回 null,表示取不到有效值。voidsetVideoInfoResult(VideoInfoResultItem[] VideoInfoResult)Set 任务结束后生成的文件视频信息。 注意:此字段可能返回 null,表示取不到有效值。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
-
FileInfo
public FileInfo()
-
FileInfo
public FileInfo(FileInfo 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
-
getFileSize
public Long getFileSize()
Get 任务结束后生成的文件大小。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileSize 任务结束后生成的文件大小。 注意:此字段可能返回 null,表示取不到有效值。
-
setFileSize
public void setFileSize(Long FileSize)
Set 任务结束后生成的文件大小。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileSize- 任务结束后生成的文件大小。 注意:此字段可能返回 null,表示取不到有效值。
-
getFileType
public String getFileType()
Get 任务结束后生成的文件格式,例如:mp4,flv等等。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileType 任务结束后生成的文件格式,例如:mp4,flv等等。 注意:此字段可能返回 null,表示取不到有效值。
-
setFileType
public void setFileType(String FileType)
Set 任务结束后生成的文件格式,例如:mp4,flv等等。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileType- 任务结束后生成的文件格式,例如:mp4,flv等等。 注意:此字段可能返回 null,表示取不到有效值。
-
getBitrate
public Long getBitrate()
Get 任务结束后生成的文件整体码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Bitrate 任务结束后生成的文件整体码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
-
setBitrate
public void setBitrate(Long Bitrate)
Set 任务结束后生成的文件整体码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Bitrate- 任务结束后生成的文件整体码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
-
getDuration
public Long getDuration()
Get 任务结束后生成的文件时长,单位:ms。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Duration 任务结束后生成的文件时长,单位:ms。 注意:此字段可能返回 null,表示取不到有效值。
-
setDuration
public void setDuration(Long Duration)
Set 任务结束后生成的文件时长,单位:ms。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Duration- 任务结束后生成的文件时长,单位:ms。 注意:此字段可能返回 null,表示取不到有效值。
-
getVideoInfoResult
public VideoInfoResultItem[] getVideoInfoResult()
Get 任务结束后生成的文件视频信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VideoInfoResult 任务结束后生成的文件视频信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setVideoInfoResult
public void setVideoInfoResult(VideoInfoResultItem[] VideoInfoResult)
Set 任务结束后生成的文件视频信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VideoInfoResult- 任务结束后生成的文件视频信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getAudioInfoResult
public AudioInfoResultItem[] getAudioInfoResult()
Get 任务结束后生成的文件音频信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AudioInfoResult 任务结束后生成的文件音频信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setAudioInfoResult
public void setAudioInfoResult(AudioInfoResultItem[] AudioInfoResult)
Set 任务结束后生成的文件音频信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AudioInfoResult- 任务结束后生成的文件音频信息。 注意:此字段可能返回 null,表示取不到有效值。
-
-