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 该字段表示文件访问的腾讯云存储桶信息。 备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getType()Get 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUrl()Get 该字段表示文件访问的链接地址,格式为标准URL格式。 备注:当Type为URL时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBucketInfo(String BucketInfo)Set 该字段表示文件访问的腾讯云存储桶信息。 备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(String Type)Set 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUrl(String Url)Set 该字段表示文件访问的链接地址,格式为标准URL格式。 备注:当Type为URL时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。 | 
| 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**(资源链接)和**COS** (腾讯云对象存储)。
注意:此字段可能返回 null,表示取不到有效值。public String getUrl()
public void setUrl(String Url)
Url - 该字段表示文件访问的链接地址,格式为标准URL格式。public String getBucketInfo()
public void setBucketInfo(String BucketInfo)
BucketInfo - 该字段表示文件访问的腾讯云存储桶信息。Copyright © 2025. All rights reserved.