public class DescribeMetricLastResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
String |
datapoints
The monitoring data.
|
String |
message
The error message.
|
String |
nextToken
The pagination token.
|
String |
period
The time interval.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DescribeMetricLastResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeMetricLastResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getDatapoints() |
String |
getMessage() |
String |
getNextToken() |
String |
getPeriod() |
String |
getRequestId() |
Boolean |
getSuccess() |
DescribeMetricLastResponseBody |
setCode(String code) |
DescribeMetricLastResponseBody |
setDatapoints(String datapoints) |
DescribeMetricLastResponseBody |
setMessage(String message) |
DescribeMetricLastResponseBody |
setNextToken(String nextToken) |
DescribeMetricLastResponseBody |
setPeriod(String period) |
DescribeMetricLastResponseBody |
setRequestId(String requestId) |
DescribeMetricLastResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Datapoints") public String datapoints
The monitoring data.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="NextToken") public String nextToken
The pagination token.
@NameInMap(value="Period") public String period
The time interval.
Unit: seconds.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
* true
* false
public static DescribeMetricLastResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMetricLastResponseBody setCode(String code)
public String getCode()
public DescribeMetricLastResponseBody setDatapoints(String datapoints)
public String getDatapoints()
public DescribeMetricLastResponseBody setMessage(String message)
public String getMessage()
public DescribeMetricLastResponseBody setNextToken(String nextToken)
public String getNextToken()
public DescribeMetricLastResponseBody setPeriod(String period)
public String getPeriod()
public DescribeMetricLastResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeMetricLastResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.