public class SaveInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SaveInfo() | 
| SaveInfo(SaveInfo 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 | 
|---|---|
| CosInfo | getCosInfo()Get Cos形式存储信息,当Type等于1时必选。 | 
| String | getId()Get 存储信息ID标记,用于多个输出场景。部分任务支持多输出时,一般要求必选。
ID只能包含字母、数字、下划线、中划线,长读不能超过128。 | 
| Long | getType()Get 存储类型,可选值: 
1:CosInfo。 | 
| void | setCosInfo(CosInfo CosInfo)Set Cos形式存储信息,当Type等于1时必选。 | 
| void | setId(String Id)Set 存储信息ID标记,用于多个输出场景。部分任务支持多输出时,一般要求必选。
ID只能包含字母、数字、下划线、中划线,长读不能超过128。 | 
| void | setType(Long Type)Set 存储类型,可选值: 
1:CosInfo。 | 
| 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 SaveInfo()
public SaveInfo(SaveInfo source)
public Long getType()
public void setType(Long Type)
Type - 存储类型,可选值: 
1:CosInfo。public CosInfo getCosInfo()
public void setCosInfo(CosInfo CosInfo)
CosInfo - Cos形式存储信息,当Type等于1时必选。public String getId()
public void setId(String Id)
Id - 存储信息ID标记,用于多个输出场景。部分任务支持多输出时,一般要求必选。
ID只能包含字母、数字、下划线、中划线,长读不能超过128。Copyright © 2025. All rights reserved.