public class DescribeProductEventListOverView extends AbstractModel
| Constructor and Description |
|---|
DescribeProductEventListOverView() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getStatusChangeAmount()
Get 状态变更的事件数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUnConfigAlarmAmount()
Get 告警状态未配置的事件数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUnNormalEventAmount()
Get 异常事件数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUnRecoverAmount()
Get 未恢复的事件数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusChangeAmount(Long StatusChangeAmount)
Set 状态变更的事件数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUnConfigAlarmAmount(Long UnConfigAlarmAmount)
Set 告警状态未配置的事件数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUnNormalEventAmount(Long UnNormalEventAmount)
Set 异常事件数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUnRecoverAmount(Long UnRecoverAmount)
Set 未恢复的事件数量
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic Long getStatusChangeAmount()
public void setStatusChangeAmount(Long StatusChangeAmount)
StatusChangeAmount - 状态变更的事件数量
注意:此字段可能返回 null,表示取不到有效值。public Long getUnConfigAlarmAmount()
public void setUnConfigAlarmAmount(Long UnConfigAlarmAmount)
UnConfigAlarmAmount - 告警状态未配置的事件数量
注意:此字段可能返回 null,表示取不到有效值。public Long getUnNormalEventAmount()
public void setUnNormalEventAmount(Long UnNormalEventAmount)
UnNormalEventAmount - 异常事件数量
注意:此字段可能返回 null,表示取不到有效值。public Long getUnRecoverAmount()
public void setUnRecoverAmount(Long UnRecoverAmount)
UnRecoverAmount - 未恢复的事件数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.