public class WaveThresholdForm extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| WaveThresholdForm() | 
| WaveThresholdForm(WaveThresholdForm 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 | getMetaType()Get 告警类型:chain 环比,yoy 同比,fix 固定值
(支持类型:日环比 chain day,日同比周维度 chain weekday,日同比月维度 yoy  day,日固定值 fix day,月环比 chain month,月固定值 fix month)
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPeriodType()Get 告警维度:day 日,month 月,weekday 周
(支持类型:日环比 chain day,日同比周维度 chain weekday,日同比月维度 yoy  day,日固定值 fix day,月环比 chain month,月固定值 fix month)
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getThreshold()Get 波动阈值(大于等于0)
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getWarnType()Get ACTUAL 实际金额,FORECAST 预测金额
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMetaType(String MetaType)Set 告警类型:chain 环比,yoy 同比,fix 固定值
(支持类型:日环比 chain day,日同比周维度 chain weekday,日同比月维度 yoy  day,日固定值 fix day,月环比 chain month,月固定值 fix month)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPeriodType(String PeriodType)Set 告警维度:day 日,month 月,weekday 周
(支持类型:日环比 chain day,日同比周维度 chain weekday,日同比月维度 yoy  day,日固定值 fix day,月环比 chain month,月固定值 fix month)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setThreshold(String Threshold)Set 波动阈值(大于等于0)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setWarnType(String WarnType)Set ACTUAL 实际金额,FORECAST 预测金额
注意:此字段可能返回 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 WaveThresholdForm()
public WaveThresholdForm(WaveThresholdForm source)
public String getWarnType()
public void setWarnType(String WarnType)
WarnType - ACTUAL 实际金额,FORECAST 预测金额
注意:此字段可能返回 null,表示取不到有效值。public String getThreshold()
public void setThreshold(String Threshold)
Threshold - 波动阈值(大于等于0)
注意:此字段可能返回 null,表示取不到有效值。public String getMetaType()
public void setMetaType(String MetaType)
MetaType - 告警类型:chain 环比,yoy 同比,fix 固定值
(支持类型:日环比 chain day,日同比周维度 chain weekday,日同比月维度 yoy  day,日固定值 fix day,月环比 chain month,月固定值 fix month)
注意:此字段可能返回 null,表示取不到有效值。public String getPeriodType()
public void setPeriodType(String PeriodType)
PeriodType - 告警维度:day 日,month 月,weekday 周
(支持类型:日环比 chain day,日同比周维度 chain weekday,日同比月维度 yoy  day,日固定值 fix day,月环比 chain month,月固定值 fix month)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.