public class DescribeFileAttributesTaskOutput extends AbstractModel
Constructor and Description |
---|
DescribeFileAttributesTaskOutput() |
DescribeFileAttributesTaskOutput(DescribeFileAttributesTaskOutput 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 |
getMd5()
Get 媒体文件的 Md5 值。
|
String |
getSha1()
Get 媒体文件的 Sha1 值。
|
void |
setMd5(String Md5)
Set 媒体文件的 Md5 值。
|
void |
setSha1(String Sha1)
Set 媒体文件的 Sha1 值。
|
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 DescribeFileAttributesTaskOutput()
public DescribeFileAttributesTaskOutput(DescribeFileAttributesTaskOutput source)
public String getMd5()
public void setMd5(String Md5)
Md5
- 媒体文件的 Md5 值。public String getSha1()
public void setSha1(String Sha1)
Sha1
- 媒体文件的 Sha1 值。Copyright © 2023. All rights reserved.