Class InputInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20200709.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 桶信息。当输入当时COS时,该字段不为空 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 传入的类型可选:URL,COS 注意:此字段可能返回 null,表示取不到有效值。StringgetUrl()Get Url地址 注意:此字段可能返回 null,表示取不到有效值。voidsetBucketInfo(String BucketInfo)Set 桶信息。当输入当时COS时,该字段不为空 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 传入的类型可选:URL,COS 注意:此字段可能返回 null,表示取不到有效值。voidsetUrl(String Url)Set 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地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Url Url地址 注意:此字段可能返回 null,表示取不到有效值。
-
setUrl
public void setUrl(String Url)
Set Url地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Url- Url地址 注意:此字段可能返回 null,表示取不到有效值。
-
getBucketInfo
public String getBucketInfo()
Get 桶信息。当输入当时COS时,该字段不为空 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BucketInfo 桶信息。当输入当时COS时,该字段不为空 注意:此字段可能返回 null,表示取不到有效值。
-
setBucketInfo
public void setBucketInfo(String BucketInfo)
Set 桶信息。当输入当时COS时,该字段不为空 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BucketInfo- 桶信息。当输入当时COS时,该字段不为空 注意:此字段可能返回 null,表示取不到有效值。
-
-