public class ScaleinImageResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
base64 |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
ScaleinImageResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ScaleinImageResponse |
build(Map<String,?> map) |
String |
getBase64() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
ScaleinImageResponse |
setBase64(String base64) |
ScaleinImageResponse |
setReqMsgId(String reqMsgId) |
ScaleinImageResponse |
setResultCode(String resultCode) |
ScaleinImageResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="base64") public String base64
public static ScaleinImageResponse build(Map<String,?> map) throws Exception
Exceptionpublic ScaleinImageResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ScaleinImageResponse setResultCode(String resultCode)
public String getResultCode()
public ScaleinImageResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ScaleinImageResponse setBase64(String base64)
public String getBase64()
Copyright © 2025. All rights reserved.