public class ListPluginsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListPluginsResponseBody.ListPluginsResponseBodyHeaders |
static class |
ListPluginsResponseBody.ListPluginsResponseBodyResult |
限定符和类型 | 字段和说明 |
---|---|
ListPluginsResponseBody.ListPluginsResponseBodyHeaders |
headers
The description of the plug-in.
|
String |
requestId
The return results.
|
List<ListPluginsResponseBody.ListPluginsResponseBodyResult> |
result
The status of the plug-in.
|
构造器和说明 |
---|
ListPluginsResponseBody() |
@NameInMap(value="Headers") public ListPluginsResponseBody.ListPluginsResponseBodyHeaders headers
The description of the plug-in.
@NameInMap(value="RequestId") public String requestId
The return results.
@NameInMap(value="Result") public List<ListPluginsResponseBody.ListPluginsResponseBodyResult> result
The status of the plug-in.
public static ListPluginsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListPluginsResponseBody setHeaders(ListPluginsResponseBody.ListPluginsResponseBodyHeaders headers)
public ListPluginsResponseBody.ListPluginsResponseBodyHeaders getHeaders()
public ListPluginsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListPluginsResponseBody setResult(List<ListPluginsResponseBody.ListPluginsResponseBodyResult> result)
public List<ListPluginsResponseBody.ListPluginsResponseBodyResult> getResult()
Copyright © 2024. All rights reserved.