public class DescribeIntegrationStatisticsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIntegrationStatisticsResponse() |
DescribeIntegrationStatisticsResponse(DescribeIntegrationStatisticsResponse 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 |
getAlarmEvent()
Get Alarm Event Statistics
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getDevTask()
Get Number of Development Tasks
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getIncreaseAlarmEvent()
Get Daily Increase in Alarm Events
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getIncreaseErrorRecords()
Get Daily Increase in Dirty Data Entries
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getIncreaseReadRecords()
Get Daily Increase in Reads
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getIncreaseWriteRecords()
Get Daily Increase in Writes
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getProdTask()
Get Number of Production Tasks
Note: This field may return null, indicating that no valid value can be obtained.
|
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 |
getTotalAlarmEvent()
Get Total Number of Alarm Events
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTotalErrorRecords()
Get Total Number of Dirty Data Entries
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTotalReadRecords()
Get Total Number of Reads
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTotalTask()
Get Total Tasks
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTotalWriteRecords()
Get Total Number of Writes
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAlarmEvent(String AlarmEvent)
Set Alarm Event Statistics
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDevTask(Long DevTask)
Set Number of Development Tasks
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setIncreaseAlarmEvent(Long IncreaseAlarmEvent)
Set Daily Increase in Alarm Events
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setIncreaseErrorRecords(Long IncreaseErrorRecords)
Set Daily Increase in Dirty Data Entries
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setIncreaseReadRecords(Long IncreaseReadRecords)
Set Daily Increase in Reads
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setIncreaseWriteRecords(Long IncreaseWriteRecords)
Set Daily Increase in Writes
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setProdTask(Long ProdTask)
Set Number of Production Tasks
Note: This field may return null, indicating that no valid value can be obtained.
|
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 |
setTotalAlarmEvent(Long TotalAlarmEvent)
Set Total Number of Alarm Events
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTotalErrorRecords(Long TotalErrorRecords)
Set Total Number of Dirty Data Entries
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTotalReadRecords(Long TotalReadRecords)
Set Total Number of Reads
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTotalTask(Long TotalTask)
Set Total Tasks
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTotalWriteRecords(Long TotalWriteRecords)
Set Total Number of Writes
Note: This field may return null, indicating that no valid value can be obtained.
|
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 DescribeIntegrationStatisticsResponse()
public DescribeIntegrationStatisticsResponse(DescribeIntegrationStatisticsResponse source)
public Long getTotalTask()
public void setTotalTask(Long TotalTask)
TotalTask
- Total Tasks
Note: This field may return null, indicating that no valid value can be obtained.public Long getProdTask()
public void setProdTask(Long ProdTask)
ProdTask
- Number of Production Tasks
Note: This field may return null, indicating that no valid value can be obtained.public Long getDevTask()
public void setDevTask(Long DevTask)
DevTask
- Number of Development Tasks
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalReadRecords()
public void setTotalReadRecords(Long TotalReadRecords)
TotalReadRecords
- Total Number of Reads
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalWriteRecords()
public void setTotalWriteRecords(Long TotalWriteRecords)
TotalWriteRecords
- Total Number of Writes
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalErrorRecords()
public void setTotalErrorRecords(Long TotalErrorRecords)
TotalErrorRecords
- Total Number of Dirty Data Entries
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalAlarmEvent()
public void setTotalAlarmEvent(Long TotalAlarmEvent)
TotalAlarmEvent
- Total Number of Alarm Events
Note: This field may return null, indicating that no valid value can be obtained.public Long getIncreaseReadRecords()
public void setIncreaseReadRecords(Long IncreaseReadRecords)
IncreaseReadRecords
- Daily Increase in Reads
Note: This field may return null, indicating that no valid value can be obtained.public Long getIncreaseWriteRecords()
public void setIncreaseWriteRecords(Long IncreaseWriteRecords)
IncreaseWriteRecords
- Daily Increase in Writes
Note: This field may return null, indicating that no valid value can be obtained.public Long getIncreaseErrorRecords()
public void setIncreaseErrorRecords(Long IncreaseErrorRecords)
IncreaseErrorRecords
- Daily Increase in Dirty Data Entries
Note: This field may return null, indicating that no valid value can be obtained.public Long getIncreaseAlarmEvent()
public void setIncreaseAlarmEvent(Long IncreaseAlarmEvent)
IncreaseAlarmEvent
- Daily Increase in Alarm Events
Note: This field may return null, indicating that no valid value can be obtained.public String getAlarmEvent()
public void setAlarmEvent(String AlarmEvent)
AlarmEvent
- Alarm Event Statistics
Note: This field may return null, indicating that no valid value can be obtained.public 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.