Class ScanVoiceResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.ScanVoiceResult
-
public class ScanVoiceResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScanVoiceResult()ScanVoiceResult(ScanVoiceResult 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 StringgetDataId()Get 数据IDStringgetTaskId()Get 任务IDvoidsetDataId(String DataId)Set 数据IDvoidsetTaskId(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
-
ScanVoiceResult
public ScanVoiceResult()
-
ScanVoiceResult
public ScanVoiceResult(ScanVoiceResult 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
-
getDataId
public String getDataId()
Get 数据ID- Returns:
- DataId 数据ID
-
setDataId
public void setDataId(String DataId)
Set 数据ID- Parameters:
DataId- 数据ID
-
getTaskId
public String getTaskId()
Get 任务ID- Returns:
- TaskId 任务ID
-
setTaskId
public void setTaskId(String TaskId)
Set 任务ID- Parameters:
TaskId- 任务ID
-
-