public class ListMdipDefaultSupplierResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
List<Supplier> |
supplierList |
| Constructor and Description |
|---|
ListMdipDefaultSupplierResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ListMdipDefaultSupplierResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
List<Supplier> |
getSupplierList() |
ListMdipDefaultSupplierResponse |
setReqMsgId(String reqMsgId) |
ListMdipDefaultSupplierResponse |
setResultCode(String resultCode) |
ListMdipDefaultSupplierResponse |
setResultMsg(String resultMsg) |
ListMdipDefaultSupplierResponse |
setSupplierList(List<Supplier> supplierList) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
public static ListMdipDefaultSupplierResponse build(Map<String,?> map) throws Exception
Exceptionpublic ListMdipDefaultSupplierResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ListMdipDefaultSupplierResponse setResultCode(String resultCode)
public String getResultCode()
public ListMdipDefaultSupplierResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ListMdipDefaultSupplierResponse setSupplierList(List<Supplier> supplierList)
Copyright © 2025. All rights reserved.