public class ListDefaultCollectorConfigurationsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListDefaultCollectorConfigurationsResponseBody.ListDefaultCollectorConfigurationsResponseBodyResult |
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
List<ListDefaultCollectorConfigurationsResponseBody.ListDefaultCollectorConfigurationsResponseBodyResult> |
result
The returned result.
|
构造器和说明 |
---|
ListDefaultCollectorConfigurationsResponseBody() |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Result") public List<ListDefaultCollectorConfigurationsResponseBody.ListDefaultCollectorConfigurationsResponseBodyResult> result
The returned result.
public ListDefaultCollectorConfigurationsResponseBody()
public static ListDefaultCollectorConfigurationsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListDefaultCollectorConfigurationsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListDefaultCollectorConfigurationsResponseBody setResult(List<ListDefaultCollectorConfigurationsResponseBody.ListDefaultCollectorConfigurationsResponseBodyResult> result)
public List<ListDefaultCollectorConfigurationsResponseBody.ListDefaultCollectorConfigurationsResponseBodyResult> getResult()
Copyright © 2024. All rights reserved.