Class InputInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20201229.models.InputInfo
-
public class InputInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucketInfo()Get 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。 注意:此字段可能返回 null,表示取不到有效值。StringgetUrl()Get 该字段表示文件访问的链接地址,格式为标准URL格式。
备注:当Type为URL时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。voidsetBucketInfo(String BucketInfo)Set 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。 注意:此字段可能返回 null,表示取不到有效值。voidsetUrl(String Url)Set 该字段表示文件访问的链接地址,格式为标准URL格式。
备注:当Type为URL时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InputInfo
public InputInfo()
-
InputInfo
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。 注意:此字段可能返回 null,表示取不到有效值。
-
getUrl
public String getUrl()
Get 该字段表示文件访问的链接地址,格式为标准URL格式。
备注:当Type为URL时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Url 该字段表示文件访问的链接地址,格式为标准URL格式。
备注:当Type为URL时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。
-
setUrl
public void setUrl(String Url)
Set 该字段表示文件访问的链接地址,格式为标准URL格式。
备注:当Type为URL时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Url- 该字段表示文件访问的链接地址,格式为标准URL格式。
备注:当Type为URL时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。
-
getBucketInfo
public String getBucketInfo()
Get 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BucketInfo 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。
-
setBucketInfo
public void setBucketInfo(String BucketInfo)
Set 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BucketInfo- 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。
-
-