public class InputFileInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputFileInfo() |
InputFileInfo(InputFileInfo 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 |
---|---|
CosInputInfo |
getCosInputInfo()
Get cos input informations.
|
String |
getType()
Get Input file Type.
|
String |
getUrl()
Get input file url.
|
void |
setCosInputInfo(CosInputInfo CosInputInfo)
Set cos input informations.
|
void |
setType(String Type)
Set Input file Type.
|
void |
setUrl(String Url)
Set input file 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, toJsonString
public InputFileInfo()
public InputFileInfo(InputFileInfo source)
public String getType()
public void setType(String Type)
Type
- Input file Type. The input types include COS and URL.public CosInputInfo getCosInputInfo()
public void setCosInputInfo(CosInputInfo CosInputInfo)
CosInputInfo
- cos input informations.public String getUrl()
public void setUrl(String Url)
Url
- input file url.Copyright © 2025. All rights reserved.