public class CreateResultDownloadRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateResultDownloadRequest()  | 
CreateResultDownloadRequest(CreateResultDownloadRequest 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 | 
|---|---|
Boolean | 
getForce()
Get Whether to re-generate a file to download. 
 | 
String | 
getFormat()
Get The result format. 
 | 
String | 
getTaskId()
Get The result query task ID. 
 | 
void | 
setForce(Boolean Force)
Set Whether to re-generate a file to download. 
 | 
void | 
setFormat(String Format)
Set The result format. 
 | 
void | 
setTaskId(String TaskId)
Set The result query task ID. 
 | 
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, toJsonStringpublic CreateResultDownloadRequest()
public CreateResultDownloadRequest(CreateResultDownloadRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - The result query task ID.public String getFormat()
public void setFormat(String Format)
Format - The result format.public Boolean getForce()
public void setForce(Boolean Force)
Force - Whether to re-generate a file to download. This parameter applies only when the last task is `timeout` or `error`.Copyright © 2025. All rights reserved.