Class InstanceReportSummary
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.InstanceReportSummary
-
public class InstanceReportSummary extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InstanceReportSummary
public InstanceReportSummary()
-
InstanceReportSummary
public 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.
-
-
Method Detail
-
getTotalReadRecords
public Long getTotalReadRecords()
Get 总读取记录数- Returns:
- TotalReadRecords 总读取记录数
-
setTotalReadRecords
public void setTotalReadRecords(Long TotalReadRecords)
Set 总读取记录数- Parameters:
TotalReadRecords
- 总读取记录数
-
getTotalReadBytes
public Long getTotalReadBytes()
Get 总读取字节数- Returns:
- TotalReadBytes 总读取字节数
-
setTotalReadBytes
public void setTotalReadBytes(Long TotalReadBytes)
Set 总读取字节数- Parameters:
TotalReadBytes
- 总读取字节数
-
getTotalWriteRecords
public Long getTotalWriteRecords()
Get 总写入记录数- Returns:
- TotalWriteRecords 总写入记录数
-
setTotalWriteRecords
public void setTotalWriteRecords(Long TotalWriteRecords)
Set 总写入记录数- Parameters:
TotalWriteRecords
- 总写入记录数
-
getTotalWriteBytes
public Long getTotalWriteBytes()
Get 总写入字节数- Returns:
- TotalWriteBytes 总写入字节数
-
setTotalWriteBytes
public void setTotalWriteBytes(Long TotalWriteBytes)
Set 总写入字节数- Parameters:
TotalWriteBytes
- 总写入字节数
-
getRecordSpeed
public Long getRecordSpeed()
Get 速率(条/秒)- Returns:
- RecordSpeed 速率(条/秒)
-
setRecordSpeed
public void setRecordSpeed(Long RecordSpeed)
Set 速率(条/秒)- Parameters:
RecordSpeed
- 速率(条/秒)
-
getByteSpeed
public Float getByteSpeed()
Get 流量(Byte/秒)- Returns:
- ByteSpeed 流量(Byte/秒)
-
setByteSpeed
public void setByteSpeed(Float ByteSpeed)
Set 流量(Byte/秒)- Parameters:
ByteSpeed
- 流量(Byte/秒)
-
getTotalErrorRecords
public Long getTotalErrorRecords()
Get 脏数据记录数- Returns:
- TotalErrorRecords 脏数据记录数
-
setTotalErrorRecords
public void setTotalErrorRecords(Long TotalErrorRecords)
Set 脏数据记录数- Parameters:
TotalErrorRecords
- 脏数据记录数
-
getTotalErrorBytes
public Long getTotalErrorBytes()
Get 脏数据字节数- Returns:
- TotalErrorBytes 脏数据字节数
-
setTotalErrorBytes
public void setTotalErrorBytes(Long TotalErrorBytes)
Set 脏数据字节数- Parameters:
TotalErrorBytes
- 脏数据字节数
-
getTotalRunDuration
public Long getTotalRunDuration()
Get 任务运行总时长- Returns:
- TotalRunDuration 任务运行总时长
-
setTotalRunDuration
public void setTotalRunDuration(Long TotalRunDuration)
Set 任务运行总时长- Parameters:
TotalRunDuration
- 任务运行总时长
-
getBeginRunTime
public String getBeginRunTime()
Get 任务开始运行时间- Returns:
- BeginRunTime 任务开始运行时间
-
setBeginRunTime
public void setBeginRunTime(String BeginRunTime)
Set 任务开始运行时间- Parameters:
BeginRunTime
- 任务开始运行时间
-
getEndRunTime
public String getEndRunTime()
Get 任务结束运行时间- Returns:
- EndRunTime 任务结束运行时间
-
setEndRunTime
public void setEndRunTime(String EndRunTime)
Set 任务结束运行时间- Parameters:
EndRunTime
- 任务结束运行时间
-
-