public class DescribeFileInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeFileInfoRequest() |
DescribeFileInfoRequest(DescribeFileInfoRequest 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 要查询文件的MD5
|
Long |
getOption()
Get 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。
|
void |
setKey(String Key)
Set 要查询文件的MD5
|
void |
setOption(Long Option)
Set 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。
|
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 DescribeFileInfoRequest()
public DescribeFileInfoRequest(DescribeFileInfoRequest source)
public String getKey()
public void setKey(String Key)
Key
- 要查询文件的MD5public Long getOption()
public void setOption(Long Option)
Option
- 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。Copyright © 2022. All rights reserved.