public class SpecialRuleBatchReceiverResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SpecialRuleBatchReceiverResponseBody.SpecialRuleBatchReceiverResponseBodyData |
static class |
SpecialRuleBatchReceiverResponseBody.SpecialRuleBatchReceiverResponseBodyRows |
| 构造器和说明 |
|---|
SpecialRuleBatchReceiverResponseBody() |
@NameInMap(value="code") public Integer code
@NameInMap(value="data") public List<SpecialRuleBatchReceiverResponseBody.SpecialRuleBatchReceiverResponseBodyData> data
@NameInMap(value="msg") public String msg
@NameInMap(value="msgId") public String msgId
@NameInMap(value="rows") public List<List<SpecialRuleBatchReceiverResponseBody.SpecialRuleBatchReceiverResponseBodyRows>> rows
public static SpecialRuleBatchReceiverResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic SpecialRuleBatchReceiverResponseBody setCode(Integer code)
public Integer getCode()
public SpecialRuleBatchReceiverResponseBody setData(List<SpecialRuleBatchReceiverResponseBody.SpecialRuleBatchReceiverResponseBodyData> data)
public List<SpecialRuleBatchReceiverResponseBody.SpecialRuleBatchReceiverResponseBodyData> getData()
public SpecialRuleBatchReceiverResponseBody setMsg(String msg)
public String getMsg()
public SpecialRuleBatchReceiverResponseBody setMsgId(String msgId)
public String getMsgId()
public SpecialRuleBatchReceiverResponseBody setRows(List<List<SpecialRuleBatchReceiverResponseBody.SpecialRuleBatchReceiverResponseBodyRows>> rows)
public List<List<SpecialRuleBatchReceiverResponseBody.SpecialRuleBatchReceiverResponseBodyRows>> getRows()
Copyright © 2025. All rights reserved.