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