public class GenerateCloudStorageAIServiceTaskFileURLRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GenerateCloudStorageAIServiceTaskFileURLRequest() | 
| GenerateCloudStorageAIServiceTaskFileURLRequest(GenerateCloudStorageAIServiceTaskFileURLRequest 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 | 
|---|---|
| Long | getExpireTime()Get 过期时间 UNIX 时间戳(默认值为当前时间 1 小时后,最大不超过文件所属任务的过期时间) | 
| String | getFileName()Get 文件名 | 
| String | getTaskId()Get 产品 ID | 
| void | setExpireTime(Long ExpireTime)Set 过期时间 UNIX 时间戳(默认值为当前时间 1 小时后,最大不超过文件所属任务的过期时间) | 
| void | setFileName(String FileName)Set 文件名 | 
| void | setTaskId(String TaskId)Set 产品 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 GenerateCloudStorageAIServiceTaskFileURLRequest()
public GenerateCloudStorageAIServiceTaskFileURLRequest(GenerateCloudStorageAIServiceTaskFileURLRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - 产品 IDpublic String getFileName()
public void setFileName(String FileName)
FileName - 文件名public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime - 过期时间 UNIX 时间戳(默认值为当前时间 1 小时后,最大不超过文件所属任务的过期时间)Copyright © 2025. All rights reserved.