public class InputInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InputInfo() | 
| InputInfo(InputInfo 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 | 
|---|---|
| String | getBucketInfo()Get 桶信息。当输入当时COS时,该字段不为空
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getType()Get 传入的类型可选:URL,COS | 
| String | getUrl()Get Url地址 | 
| void | setBucketInfo(String BucketInfo)Set 桶信息。当输入当时COS时,该字段不为空
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(String Type)Set 传入的类型可选:URL,COS | 
| void | setUrl(String Url)Set Url地址 | 
| 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 InputInfo()
public InputInfo(InputInfo source)
public String getType()
public void setType(String Type)
Type - 传入的类型可选:URL,COSpublic String getUrl()
public void setUrl(String Url)
Url - Url地址public String getBucketInfo()
public void setBucketInfo(String BucketInfo)
BucketInfo - 桶信息。当输入当时COS时,该字段不为空
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.