Class GetFileTranslateData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tmt.v20180321.models.GetFileTranslateData
-
public class GetFileTranslateData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetFileTranslateData()GetFileTranslateData(GetFileTranslateData 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 StringgetFileData()Get 文件数据 注意:此字段可能返回 null,表示取不到有效值。StringgetMessage()Get 错误提示 注意:此字段可能返回 null,表示取不到有效值。LonggetProgress()Get 翻译进度 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 状态StringgetTaskId()Get 任务IDvoidsetFileData(String FileData)Set 文件数据 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 错误提示 注意:此字段可能返回 null,表示取不到有效值。voidsetProgress(Long Progress)Set 翻译进度 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 状态voidsetTaskId(String TaskId)Set 任务IDvoidtoMap(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
-
GetFileTranslateData
public GetFileTranslateData()
-
GetFileTranslateData
public GetFileTranslateData(GetFileTranslateData 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
-
getTaskId
public String getTaskId()
Get 任务ID- Returns:
- TaskId 任务ID
-
setTaskId
public void setTaskId(String TaskId)
Set 任务ID- Parameters:
TaskId- 任务ID
-
getStatus
public String getStatus()
Get 状态- Returns:
- Status 状态
-
setStatus
public void setStatus(String Status)
Set 状态- Parameters:
Status- 状态
-
getFileData
public String getFileData()
Get 文件数据 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileData 文件数据 注意:此字段可能返回 null,表示取不到有效值。
-
setFileData
public void setFileData(String FileData)
Set 文件数据 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileData- 文件数据 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 错误提示 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 错误提示 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 错误提示 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message- 错误提示 注意:此字段可能返回 null,表示取不到有效值。
-
getProgress
public Long getProgress()
Get 翻译进度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Progress 翻译进度 注意:此字段可能返回 null,表示取不到有效值。
-
setProgress
public void setProgress(Long Progress)
Set 翻译进度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Progress- 翻译进度 注意:此字段可能返回 null,表示取不到有效值。
-
-