public class InputInfo extends AbstractModel
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 Bucket information.
|
String |
getType()
Get Type.
|
String |
getUrl()
Get URL
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBucketInfo(String BucketInfo)
Set Bucket information.
|
void |
setType(String Type)
Set Type.
|
void |
setUrl(String Url)
Set URL
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InputInfo()
public InputInfo(InputInfo source)
public String getType()
public void setType(String Type)
Type
- Type. Values: `URL`, `COS`.
Note: This field may return null, indicating that no valid values can be obtained.public String getUrl()
public void setUrl(String Url)
Url
- URL
Note: This field may return null, indicating that no valid values can be obtained.public String getBucketInfo()
public void setBucketInfo(String BucketInfo)
BucketInfo
- Bucket information. When `Type = COS`, this field is required.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.