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