public class DescribeStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeStatusRequest() | 
| DescribeStatusRequest(DescribeStatusRequest 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 | getPk()Get 购买服务后获得的授权帐号,用于保证请求有效性 | 
| void | setMd5(String Md5)Set 需要获取分析结果的样本md5 | 
| void | setPk(String Pk)Set 购买服务后获得的授权帐号,用于保证请求有效性 | 
| 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 DescribeStatusRequest()
public DescribeStatusRequest(DescribeStatusRequest source)
public String getPk()
public void setPk(String Pk)
Pk - 购买服务后获得的授权帐号,用于保证请求有效性public String getMd5()
public void setMd5(String Md5)
Md5 - 需要获取分析结果的样本md5Copyright © 2025. All rights reserved.