public class ListCustompluginResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<CustomPluginDO> |
customPlugins |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| 构造器和说明 |
|---|
ListCustompluginResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListCustompluginResponse |
build(Map<String,?> map) |
List<CustomPluginDO> |
getCustomPlugins() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
ListCustompluginResponse |
setCustomPlugins(List<CustomPluginDO> customPlugins) |
ListCustompluginResponse |
setReqMsgId(String reqMsgId) |
ListCustompluginResponse |
setResultCode(String resultCode) |
ListCustompluginResponse |
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
@NameInMap(value="custom_plugins") public List<CustomPluginDO> customPlugins
public static ListCustompluginResponse build(Map<String,?> map) throws Exception
Exceptionpublic ListCustompluginResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ListCustompluginResponse setResultCode(String resultCode)
public String getResultCode()
public ListCustompluginResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ListCustompluginResponse setCustomPlugins(List<CustomPluginDO> customPlugins)
public List<CustomPluginDO> getCustomPlugins()
Copyright © 2022. All rights reserved.