public class DescribeQualityScoreRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeQualityScoreRequest() |
DescribeQualityScoreRequest(DescribeQualityScoreRequest 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 |
|---|---|
protected String[] |
getBinaryParams()
Mark which parameters are binary type (for multipart requests).
|
byte[] |
getFile()
Get 文件二进制数据
|
protected HashMap<String,byte[]> |
getMultipartRequestParams()
Return the multipart request parameters (if any).
|
void |
setFile(byte[] File)
Set 文件二进制数据
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, GetHeader, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeQualityScoreRequest()
public DescribeQualityScoreRequest(DescribeQualityScoreRequest source)
public byte[] getFile()
public void setFile(byte[] File)
File - 文件二进制数据public void toMap(HashMap<String,String> map, String prefix)
toMap in class AbstractModelmap - The map to populate with the model's parameters.prefix - A string prefix for the keys.protected String[] getBinaryParams()
AbstractModelgetBinaryParams in class AbstractModelprotected HashMap<String,byte[]> getMultipartRequestParams()
AbstractModelgetMultipartRequestParams in class AbstractModelCopyright © 2025. All rights reserved.