public static class DescribeExporterOutputListResponseBody.DescribeExporterOutputListResponseBodyDatapointsDatapointConfigJson
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ak
The AccessKey ID.
|
String |
endpoint
The Log Service endpoint to which the monitoring data is exported.
|
String |
logstore
The Logstore.
|
String |
project
The Log Service project to which the monitoring data is exported.
|
| 构造器和说明 |
|---|
DescribeExporterOutputListResponseBodyDatapointsDatapointConfigJson() |
@NameInMap(value="ak") public String ak
The AccessKey ID.
@NameInMap(value="endpoint") public String endpoint
The Log Service endpoint to which the monitoring data is exported.
@NameInMap(value="logstore") public String logstore
The Logstore.
@NameInMap(value="project") public String project
The Log Service project to which the monitoring data is exported.
public DescribeExporterOutputListResponseBodyDatapointsDatapointConfigJson()
public static DescribeExporterOutputListResponseBody.DescribeExporterOutputListResponseBodyDatapointsDatapointConfigJson build(Map<String,?> map) throws Exception
Exceptionpublic DescribeExporterOutputListResponseBody.DescribeExporterOutputListResponseBodyDatapointsDatapointConfigJson setAk(String ak)
public String getAk()
public DescribeExporterOutputListResponseBody.DescribeExporterOutputListResponseBodyDatapointsDatapointConfigJson setEndpoint(String endpoint)
public String getEndpoint()
public DescribeExporterOutputListResponseBody.DescribeExporterOutputListResponseBodyDatapointsDatapointConfigJson setLogstore(String logstore)
public String getLogstore()
public DescribeExporterOutputListResponseBody.DescribeExporterOutputListResponseBodyDatapointsDatapointConfigJson setProject(String project)
public String getProject()
Copyright © 2024. All rights reserved.