public class DescribeTaskReportResponse extends AbstractModel
Constructor and Description |
---|
DescribeTaskReportResponse() |
DescribeTaskReportResponse(DescribeTaskReportResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotalErrorRecords()
Get 总脏数据条数
|
Long |
getTotalReadBytes()
Get 总读取字节数,单位为Byte
|
Long |
getTotalReadRecords()
Get 总读取条数
|
Long |
getTotalWriteBytes()
Get 总写入字节数,单位为Byte
|
Long |
getTotalWriteRecords()
Get 总写入条数
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotalErrorRecords(Long TotalErrorRecords)
Set 总脏数据条数
|
void |
setTotalReadBytes(Long TotalReadBytes)
Set 总读取字节数,单位为Byte
|
void |
setTotalReadRecords(Long TotalReadRecords)
Set 总读取条数
|
void |
setTotalWriteBytes(Long TotalWriteBytes)
Set 总写入字节数,单位为Byte
|
void |
setTotalWriteRecords(Long TotalWriteRecords)
Set 总写入条数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTaskReportResponse()
public DescribeTaskReportResponse(DescribeTaskReportResponse source)
public Long getTotalReadRecords()
public void setTotalReadRecords(Long TotalReadRecords)
TotalReadRecords
- 总读取条数public Long getTotalReadBytes()
public void setTotalReadBytes(Long TotalReadBytes)
TotalReadBytes
- 总读取字节数,单位为Bytepublic Long getTotalWriteRecords()
public void setTotalWriteRecords(Long TotalWriteRecords)
TotalWriteRecords
- 总写入条数public Long getTotalWriteBytes()
public void setTotalWriteBytes(Long TotalWriteBytes)
TotalWriteBytes
- 总写入字节数,单位为Bytepublic Long getTotalErrorRecords()
public void setTotalErrorRecords(Long TotalErrorRecords)
TotalErrorRecords
- 总脏数据条数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.