public class GetModelAttributeResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetModelAttributeResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetModelAttributeResponse |
build(Map<String,?> map) |
Attribute |
getData() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
GetModelAttributeResponse |
setData(Attribute data) |
GetModelAttributeResponse |
setReqMsgId(String reqMsgId) |
GetModelAttributeResponse |
setResultCode(String resultCode) |
GetModelAttributeResponse |
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="data") public Attribute data
public static GetModelAttributeResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetModelAttributeResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public GetModelAttributeResponse setResultCode(String resultCode)
public String getResultCode()
public GetModelAttributeResponse setResultMsg(String resultMsg)
public String getResultMsg()
public GetModelAttributeResponse setData(Attribute data)
public Attribute getData()
Copyright © 2021. All rights reserved.