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 告警事件统计
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getDevTask()Get 开发态任务数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getIncreaseAlarmEvent()Get 当天告警事件增长数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getIncreaseErrorRecords()Get 当天脏数据增长条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getIncreaseReadRecords()Get 当天读取增长条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getIncreaseWriteRecords()Get 当天写入增长条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getProdTask()Get 生产态任务数
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| Long | getTotalAlarmEvent()Get 总告警事件数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalErrorRecords()Get 总脏数据条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalReadRecords()Get 总读取条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalTask()Get 总任务数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalWriteRecords()Get 总写入条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAlarmEvent(String AlarmEvent)Set 告警事件统计
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDevTask(Long DevTask)Set 开发态任务数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIncreaseAlarmEvent(Long IncreaseAlarmEvent)Set 当天告警事件增长数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIncreaseErrorRecords(Long IncreaseErrorRecords)Set 当天脏数据增长条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIncreaseReadRecords(Long IncreaseReadRecords)Set 当天读取增长条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIncreaseWriteRecords(Long IncreaseWriteRecords)Set 当天写入增长条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProdTask(Long ProdTask)Set 生产态任务数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setTotalAlarmEvent(Long TotalAlarmEvent)Set 总告警事件数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTotalErrorRecords(Long TotalErrorRecords)Set 总脏数据条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTotalReadRecords(Long TotalReadRecords)Set 总读取条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTotalTask(Long TotalTask)Set 总任务数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTotalWriteRecords(Long TotalWriteRecords)Set 总写入条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeIntegrationStatisticsResponse()
public DescribeIntegrationStatisticsResponse(DescribeIntegrationStatisticsResponse source)
public Long getTotalTask()
public void setTotalTask(Long TotalTask)
TotalTask - 总任务数
注意:此字段可能返回 null,表示取不到有效值。public Long getProdTask()
public void setProdTask(Long ProdTask)
ProdTask - 生产态任务数
注意:此字段可能返回 null,表示取不到有效值。public Long getDevTask()
public void setDevTask(Long DevTask)
DevTask - 开发态任务数
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalReadRecords()
public void setTotalReadRecords(Long TotalReadRecords)
TotalReadRecords - 总读取条数
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalWriteRecords()
public void setTotalWriteRecords(Long TotalWriteRecords)
TotalWriteRecords - 总写入条数
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalErrorRecords()
public void setTotalErrorRecords(Long TotalErrorRecords)
TotalErrorRecords - 总脏数据条数
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalAlarmEvent()
public void setTotalAlarmEvent(Long TotalAlarmEvent)
TotalAlarmEvent - 总告警事件数
注意:此字段可能返回 null,表示取不到有效值。public Long getIncreaseReadRecords()
public void setIncreaseReadRecords(Long IncreaseReadRecords)
IncreaseReadRecords - 当天读取增长条数
注意:此字段可能返回 null,表示取不到有效值。public Long getIncreaseWriteRecords()
public void setIncreaseWriteRecords(Long IncreaseWriteRecords)
IncreaseWriteRecords - 当天写入增长条数
注意:此字段可能返回 null,表示取不到有效值。public Long getIncreaseErrorRecords()
public void setIncreaseErrorRecords(Long IncreaseErrorRecords)
IncreaseErrorRecords - 当天脏数据增长条数
注意:此字段可能返回 null,表示取不到有效值。public Long getIncreaseAlarmEvent()
public void setIncreaseAlarmEvent(Long IncreaseAlarmEvent)
IncreaseAlarmEvent - 当天告警事件增长数
注意:此字段可能返回 null,表示取不到有效值。public String getAlarmEvent()
public void setAlarmEvent(String AlarmEvent)
AlarmEvent - 告警事件统计
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.