public class InstanceReportSummary extends AbstractModel
Constructor and Description |
---|
InstanceReportSummary() |
InstanceReportSummary(InstanceReportSummary 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 任务开始运行时间
|
Float |
getByteSpeed()
Get 流量(Byte/秒)
|
String |
getEndRunTime()
Get 任务结束运行时间
|
Long |
getRecordSpeed()
Get 速率(条/秒)
|
Long |
getTotalErrorBytes()
Get 脏数据字节数
|
Long |
getTotalErrorRecords()
Get 脏数据记录数
|
Long |
getTotalReadBytes()
Get 总读取字节数
|
Long |
getTotalReadRecords()
Get 总读取记录数
|
Long |
getTotalRunDuration()
Get 任务运行总时长
|
Long |
getTotalWriteBytes()
Get 总写入字节数
|
Long |
getTotalWriteRecords()
Get 总写入记录数
|
void |
setBeginRunTime(String BeginRunTime)
Set 任务开始运行时间
|
void |
setByteSpeed(Float ByteSpeed)
Set 流量(Byte/秒)
|
void |
setEndRunTime(String EndRunTime)
Set 任务结束运行时间
|
void |
setRecordSpeed(Long RecordSpeed)
Set 速率(条/秒)
|
void |
setTotalErrorBytes(Long TotalErrorBytes)
Set 脏数据字节数
|
void |
setTotalErrorRecords(Long TotalErrorRecords)
Set 脏数据记录数
|
void |
setTotalReadBytes(Long TotalReadBytes)
Set 总读取字节数
|
void |
setTotalReadRecords(Long TotalReadRecords)
Set 总读取记录数
|
void |
setTotalRunDuration(Long TotalRunDuration)
Set 任务运行总时长
|
void |
setTotalWriteBytes(Long TotalWriteBytes)
Set 总写入字节数
|
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 InstanceReportSummary()
public InstanceReportSummary(InstanceReportSummary source)
public Long getTotalReadRecords()
public void setTotalReadRecords(Long TotalReadRecords)
TotalReadRecords
- 总读取记录数public Long getTotalReadBytes()
public void setTotalReadBytes(Long TotalReadBytes)
TotalReadBytes
- 总读取字节数public Long getTotalWriteRecords()
public void setTotalWriteRecords(Long TotalWriteRecords)
TotalWriteRecords
- 总写入记录数public Long getTotalWriteBytes()
public void setTotalWriteBytes(Long TotalWriteBytes)
TotalWriteBytes
- 总写入字节数public Long getRecordSpeed()
public void setRecordSpeed(Long RecordSpeed)
RecordSpeed
- 速率(条/秒)public Float getByteSpeed()
public void setByteSpeed(Float ByteSpeed)
ByteSpeed
- 流量(Byte/秒)public Long getTotalErrorRecords()
public void setTotalErrorRecords(Long TotalErrorRecords)
TotalErrorRecords
- 脏数据记录数public Long getTotalErrorBytes()
public void setTotalErrorBytes(Long TotalErrorBytes)
TotalErrorBytes
- 脏数据字节数public Long getTotalRunDuration()
public void setTotalRunDuration(Long TotalRunDuration)
TotalRunDuration
- 任务运行总时长public String getBeginRunTime()
public void setBeginRunTime(String BeginRunTime)
BeginRunTime
- 任务开始运行时间public String getEndRunTime()
public void setEndRunTime(String EndRunTime)
EndRunTime
- 任务结束运行时间Copyright © 2022. All rights reserved.