public class DescribeFileAttributesTaskOutput extends AbstractModel
header, skipSign| 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 The MD5 hash of the file. 
 | 
String | 
getSha1()
Get The Sha1 value of the media file. 
 | 
void | 
setMd5(String Md5)
Set The MD5 hash of the file. 
 | 
void | 
setSha1(String Sha1)
Set The Sha1 value of the media file. 
 | 
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, toJsonStringpublic DescribeFileAttributesTaskOutput()
public DescribeFileAttributesTaskOutput(DescribeFileAttributesTaskOutput source)
public String getMd5()
public void setMd5(String Md5)
Md5 - The MD5 hash of the file.public String getSha1()
public void setSha1(String Sha1)
Sha1 - The Sha1 value of the media file.Copyright © 2025. All rights reserved.