public class StatisticItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StatisticItem() | 
| StatisticItem(StatisticItem 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 | 
|---|---|
| Long | getAlertPercentage()Get 触发提醒阈值百分比
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getAlertSwitch()Get 累计用量封顶告警配置,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getBpsThreshold()Get 带宽、流量阈值
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCounterMeasure()Get 关闭方式 返回404:RETURN_404
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getCycle()Get 检测周期,单位分钟,60或1440
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMetric()Get 指标类型,流量flux或带宽bandwidth
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getSwitch()Get 累计用量封顶配置开关,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getType()Get 封顶类型,累计用量total,瞬时用量moment
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getUnBlockTime()Get 自动解封时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAlertPercentage(Long AlertPercentage)Set 触发提醒阈值百分比
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAlertSwitch(String AlertSwitch)Set 累计用量封顶告警配置,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBpsThreshold(Long BpsThreshold)Set 带宽、流量阈值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCounterMeasure(String CounterMeasure)Set 关闭方式 返回404:RETURN_404
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCycle(Long Cycle)Set 检测周期,单位分钟,60或1440
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMetric(String Metric)Set 指标类型,流量flux或带宽bandwidth
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSwitch(String Switch)Set 累计用量封顶配置开关,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(String Type)Set 封顶类型,累计用量total,瞬时用量moment
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUnBlockTime(Long UnBlockTime)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 StatisticItem()
public StatisticItem(StatisticItem source)
public String getType()
public void setType(String Type)
Type - 封顶类型,累计用量total,瞬时用量moment
注意:此字段可能返回 null,表示取不到有效值。public Long getUnBlockTime()
public void setUnBlockTime(Long UnBlockTime)
UnBlockTime - 自动解封时间
注意:此字段可能返回 null,表示取不到有效值。public Long getBpsThreshold()
public void setBpsThreshold(Long BpsThreshold)
BpsThreshold - 带宽、流量阈值
注意:此字段可能返回 null,表示取不到有效值。public String getCounterMeasure()
public void setCounterMeasure(String CounterMeasure)
CounterMeasure - 关闭方式 返回404:RETURN_404
注意:此字段可能返回 null,表示取不到有效值。public Long getAlertPercentage()
public void setAlertPercentage(Long AlertPercentage)
AlertPercentage - 触发提醒阈值百分比
注意:此字段可能返回 null,表示取不到有效值。public String getAlertSwitch()
public void setAlertSwitch(String AlertSwitch)
AlertSwitch - 累计用量封顶告警配置,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。public String getMetric()
public void setMetric(String Metric)
Metric - 指标类型,流量flux或带宽bandwidth
注意:此字段可能返回 null,表示取不到有效值。public Long getCycle()
public void setCycle(Long Cycle)
Cycle - 检测周期,单位分钟,60或1440
注意:此字段可能返回 null,表示取不到有效值。public String getSwitch()
public void setSwitch(String Switch)
Switch - 累计用量封顶配置开关,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.