public class ScanFileRequest extends AbstractModel
Constructor and Description |
---|
ScanFileRequest() |
ScanFileRequest(ScanFileRequest 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 |
getKey()
Get 购买服务后获得的授权信息,用于保证请求有效性
|
String |
getMd5()
Get 文件的md5值
|
String |
getSample()
Get 文件下载url地址
|
void |
setKey(String Key)
Set 购买服务后获得的授权信息,用于保证请求有效性
|
void |
setMd5(String Md5)
Set 文件的md5值
|
void |
setSample(String Sample)
Set 文件下载url地址
|
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 ScanFileRequest()
public ScanFileRequest(ScanFileRequest source)
public String getKey()
public void setKey(String Key)
Key
- 购买服务后获得的授权信息,用于保证请求有效性public String getSample()
public void setSample(String Sample)
Sample
- 文件下载url地址public String getMd5()
public void setMd5(String Md5)
Md5
- 文件的md5值Copyright © 2021. All rights reserved.