public class DescribeRealTimeTaskMetricOverviewResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRealTimeTaskMetricOverviewResponse() |
DescribeRealTimeTaskMetricOverviewResponse(DescribeRealTimeTaskMetricOverviewResponse 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 |
getBeginRunTime()
Get Start Running Time
|
String |
getEndRunTime()
Get Current Running Time
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getTotalDirtyRecordByte()
Get Total Dirty Bytes Unit: bytes
|
Long |
getTotalDirtyRecordNum()
Get Total Dirty Record Data
|
Long |
getTotalDuration()
Get Execution Duration Unit: s
|
Long |
getTotalRecordByteNumOfRead()
Get Total Read Bytes
|
Long |
getTotalRecordByteNumOfWrite()
Get Total Write Bytes Unit: bytes
|
Long |
getTotalRecordNumOfRead()
Get Total Read Records
|
Long |
getTotalRecordNumOfWrite()
Get Total Write Records
|
void |
setBeginRunTime(String BeginRunTime)
Set Start Running Time
|
void |
setEndRunTime(String EndRunTime)
Set Current Running Time
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTotalDirtyRecordByte(Long TotalDirtyRecordByte)
Set Total Dirty Bytes Unit: bytes
|
void |
setTotalDirtyRecordNum(Long TotalDirtyRecordNum)
Set Total Dirty Record Data
|
void |
setTotalDuration(Long TotalDuration)
Set Execution Duration Unit: s
|
void |
setTotalRecordByteNumOfRead(Long TotalRecordByteNumOfRead)
Set Total Read Bytes
|
void |
setTotalRecordByteNumOfWrite(Long TotalRecordByteNumOfWrite)
Set Total Write Bytes Unit: bytes
|
void |
setTotalRecordNumOfRead(Long TotalRecordNumOfRead)
Set Total Read Records
|
void |
setTotalRecordNumOfWrite(Long TotalRecordNumOfWrite)
Set Total Write Records
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRealTimeTaskMetricOverviewResponse()
public DescribeRealTimeTaskMetricOverviewResponse(DescribeRealTimeTaskMetricOverviewResponse source)
public Long getTotalRecordNumOfRead()
public void setTotalRecordNumOfRead(Long TotalRecordNumOfRead)
TotalRecordNumOfRead
- Total Read Recordspublic Long getTotalRecordByteNumOfRead()
public void setTotalRecordByteNumOfRead(Long TotalRecordByteNumOfRead)
TotalRecordByteNumOfRead
- Total Read Bytespublic Long getTotalRecordNumOfWrite()
public void setTotalRecordNumOfWrite(Long TotalRecordNumOfWrite)
TotalRecordNumOfWrite
- Total Write Recordspublic Long getTotalRecordByteNumOfWrite()
public void setTotalRecordByteNumOfWrite(Long TotalRecordByteNumOfWrite)
TotalRecordByteNumOfWrite
- Total Write Bytes Unit: bytespublic Long getTotalDirtyRecordNum()
public void setTotalDirtyRecordNum(Long TotalDirtyRecordNum)
TotalDirtyRecordNum
- Total Dirty Record Datapublic Long getTotalDirtyRecordByte()
public void setTotalDirtyRecordByte(Long TotalDirtyRecordByte)
TotalDirtyRecordByte
- Total Dirty Bytes Unit: bytespublic Long getTotalDuration()
public void setTotalDuration(Long TotalDuration)
TotalDuration
- Execution Duration Unit: spublic String getBeginRunTime()
public void setBeginRunTime(String BeginRunTime)
BeginRunTime
- Start Running Timepublic String getEndRunTime()
public void setEndRunTime(String EndRunTime)
EndRunTime
- Current Running Timepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.