Class DescribeFileInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tics.v20181115.models.DescribeFileInfoRequest
-
public class DescribeFileInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Get 要查询文件的MD5LonggetOption()Get 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。voidsetKey(String Key)Set 要查询文件的MD5voidsetOption(Long Option)Set 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。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
-
DescribeFileInfoRequest
public DescribeFileInfoRequest()
-
DescribeFileInfoRequest
public 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.
-
-
Method Detail
-
getKey
public String getKey()
Get 要查询文件的MD5- Returns:
- Key 要查询文件的MD5
-
setKey
public void setKey(String Key)
Set 要查询文件的MD5- Parameters:
Key- 要查询文件的MD5
-
getOption
public Long getOption()
Get 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。- Returns:
- Option 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。
-
setOption
public void setOption(Long Option)
Set 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。- Parameters:
Option- 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。
-
-