public class ProjectInstanceStatisticsAlarmInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProjectInstanceStatisticsAlarmInfo() | 
| ProjectInstanceStatisticsAlarmInfo(ProjectInstanceStatisticsAlarmInfo 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 | getAlarmType()Get 告警类型 
projectFailureInstanceUpwardFluctuationAlarm: 失败实例向上波动告警
projectSuccessInstanceDownwardFluctuationAlarm: 成功实例向下波动告警 | 
| Long | getInstanceCount()Get 当日累计实例数;
当天失败实例数向下波动量 | 
| Long | getInstanceThresholdCount()Get 累计实例数波动阀值 | 
| Long | getInstanceThresholdCountPercent()Get 实例成功数向下波动比例告警阀值;实例失败数向上波动比例告警阀值 | 
| Boolean | getIsCumulant()Get 是否累计计算,false:连续,true:累计 | 
| Long | getStabilizeStatisticsCycle()Get 稳定性统计周期(防抖动配置统计周期数) | 
| Long | getStabilizeThreshold()Get 稳定性次数阈值(防抖动配置统计周期数) | 
| void | setAlarmType(String AlarmType)Set 告警类型 
projectFailureInstanceUpwardFluctuationAlarm: 失败实例向上波动告警
projectSuccessInstanceDownwardFluctuationAlarm: 成功实例向下波动告警 | 
| void | setInstanceCount(Long InstanceCount)Set 当日累计实例数;
当天失败实例数向下波动量 | 
| void | setInstanceThresholdCount(Long InstanceThresholdCount)Set 累计实例数波动阀值 | 
| void | setInstanceThresholdCountPercent(Long InstanceThresholdCountPercent)Set 实例成功数向下波动比例告警阀值;实例失败数向上波动比例告警阀值 | 
| void | setIsCumulant(Boolean IsCumulant)Set 是否累计计算,false:连续,true:累计 | 
| void | setStabilizeStatisticsCycle(Long StabilizeStatisticsCycle)Set 稳定性统计周期(防抖动配置统计周期数) | 
| void | setStabilizeThreshold(Long StabilizeThreshold)Set 稳定性次数阈值(防抖动配置统计周期数) | 
| 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 ProjectInstanceStatisticsAlarmInfo()
public ProjectInstanceStatisticsAlarmInfo(ProjectInstanceStatisticsAlarmInfo source)
public String getAlarmType()
public void setAlarmType(String AlarmType)
AlarmType - 告警类型 
projectFailureInstanceUpwardFluctuationAlarm: 失败实例向上波动告警
projectSuccessInstanceDownwardFluctuationAlarm: 成功实例向下波动告警public Long getInstanceThresholdCountPercent()
public void setInstanceThresholdCountPercent(Long InstanceThresholdCountPercent)
InstanceThresholdCountPercent - 实例成功数向下波动比例告警阀值;实例失败数向上波动比例告警阀值public Long getInstanceThresholdCount()
public void setInstanceThresholdCount(Long InstanceThresholdCount)
InstanceThresholdCount - 累计实例数波动阀值public Long getStabilizeThreshold()
public void setStabilizeThreshold(Long StabilizeThreshold)
StabilizeThreshold - 稳定性次数阈值(防抖动配置统计周期数)public Long getStabilizeStatisticsCycle()
public void setStabilizeStatisticsCycle(Long StabilizeStatisticsCycle)
StabilizeStatisticsCycle - 稳定性统计周期(防抖动配置统计周期数)public Boolean getIsCumulant()
public void setIsCumulant(Boolean IsCumulant)
IsCumulant - 是否累计计算,false:连续,true:累计public Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount - 当日累计实例数;
当天失败实例数向下波动量Copyright © 2025. All rights reserved.