public class BatchExportResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
anchor
The timestamp of the data requested by the backend.
|
Integer |
code
The HTTP status code.
|
String |
cursor
The Cursor information that is used to call this operation again.
|
List<MetricStat> |
dataResults
The data returned in this call.
|
Boolean |
hasNext
Indicates whether the data has been exported.
|
Integer |
length
The number of data entries returned in this call.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
BatchExportResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchExportResponseBody |
build(Map<String,?> map) |
Long |
getAnchor() |
Integer |
getCode() |
String |
getCursor() |
List<MetricStat> |
getDataResults() |
Boolean |
getHasNext() |
Integer |
getLength() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
BatchExportResponseBody |
setAnchor(Long anchor) |
BatchExportResponseBody |
setCode(Integer code) |
BatchExportResponseBody |
setCursor(String cursor) |
BatchExportResponseBody |
setDataResults(List<MetricStat> dataResults) |
BatchExportResponseBody |
setHasNext(Boolean hasNext) |
BatchExportResponseBody |
setLength(Integer length) |
BatchExportResponseBody |
setMessage(String message) |
BatchExportResponseBody |
setRequestId(String requestId) |
BatchExportResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Anchor") public Long anchor
The timestamp of the data requested by the backend. A larger timestamp indicates that the data export time is closer to the current time.
@NameInMap(value="Code") public Integer code
The HTTP status code.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Cursor") public String cursor
The Cursor information that is used to call this operation again.
> If `null` is returned, the monitoring data is exported.
@NameInMap(value="DataResults") public List<MetricStat> dataResults
The data returned in this call.
@NameInMap(value="HasNext") public Boolean hasNext
Indicates whether the data has been exported. Valid values:
* true: Some data is not exported.
* false: All the data is exported.
@NameInMap(value="Length") public Integer length
The number of data entries returned in this call.
@NameInMap(value="Message") public String message
The returned message.
@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 BatchExportResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic BatchExportResponseBody setAnchor(Long anchor)
public Long getAnchor()
public BatchExportResponseBody setCode(Integer code)
public Integer getCode()
public BatchExportResponseBody setCursor(String cursor)
public String getCursor()
public BatchExportResponseBody setDataResults(List<MetricStat> dataResults)
public List<MetricStat> getDataResults()
public BatchExportResponseBody setHasNext(Boolean hasNext)
public Boolean getHasNext()
public BatchExportResponseBody setLength(Integer length)
public Integer getLength()
public BatchExportResponseBody setMessage(String message)
public String getMessage()
public BatchExportResponseBody setRequestId(String requestId)
public String getRequestId()
public BatchExportResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.