public class ModifyConditionsTemplateRequestCondition extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyConditionsTemplateRequestCondition() |
ModifyConditionsTemplateRequestCondition(ModifyConditionsTemplateRequestCondition 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 |
getAlarmNotifyPeriod()
Get 告警通知周期
|
Long |
getAlarmNotifyType()
Get 告警通知方式
|
String |
getCalcPeriod()
Get 统计周期
|
String |
getCalcType()
Get 统计方式
|
String |
getCalcValue()
Get 统计值
|
String |
getContinuePeriod()
Get 持续周期
|
Long |
getMetricID()
Get 指标ID
|
Long |
getRuleID()
Get 规则ID
|
void |
setAlarmNotifyPeriod(String AlarmNotifyPeriod)
Set 告警通知周期
|
void |
setAlarmNotifyType(Long AlarmNotifyType)
Set 告警通知方式
|
void |
setCalcPeriod(String CalcPeriod)
Set 统计周期
|
void |
setCalcType(String CalcType)
Set 统计方式
|
void |
setCalcValue(String CalcValue)
Set 统计值
|
void |
setContinuePeriod(String ContinuePeriod)
Set 持续周期
|
void |
setMetricID(Long MetricID)
Set 指标ID
|
void |
setRuleID(Long RuleID)
Set 规则ID
|
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, toJsonString
public ModifyConditionsTemplateRequestCondition()
public ModifyConditionsTemplateRequestCondition(ModifyConditionsTemplateRequestCondition source)
public String getCalcPeriod()
public void setCalcPeriod(String CalcPeriod)
CalcPeriod
- 统计周期public String getCalcType()
public void setCalcType(String CalcType)
CalcType
- 统计方式public String getContinuePeriod()
public void setContinuePeriod(String ContinuePeriod)
ContinuePeriod
- 持续周期public Long getMetricID()
public void setMetricID(Long MetricID)
MetricID
- 指标IDpublic String getCalcValue()
public void setCalcValue(String CalcValue)
CalcValue
- 统计值public String getAlarmNotifyPeriod()
public void setAlarmNotifyPeriod(String AlarmNotifyPeriod)
AlarmNotifyPeriod
- 告警通知周期public Long getAlarmNotifyType()
public void setAlarmNotifyType(Long AlarmNotifyType)
AlarmNotifyType
- 告警通知方式public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID
- 规则IDCopyright © 2025. All rights reserved.