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