public class TimeOutStrategyInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TimeOutStrategyInfo() | 
| TimeOutStrategyInfo(TimeOutStrategyInfo 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 | getHour()Get 超时指定值小时, 默认 为0
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getMin()Get 超时指定值分钟, 默认为1
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getRuleType()Get 超时告警超时配置:
1.预计运行耗时超时,2.预计完成时间超时,3.预计等待调度耗时超时,4.预计周期内完成但实际未完成
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getScheduleTimeZone()Get 超时时间对应的时区配置, 如 UTC+7, 默认为UTC+8
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getType()Get 超时值配置类型
1--指定值
2--平均值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHour(Long Hour)Set 超时指定值小时, 默认 为0
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMin(Long Min)Set 超时指定值分钟, 默认为1
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRuleType(Long RuleType)Set 超时告警超时配置:
1.预计运行耗时超时,2.预计完成时间超时,3.预计等待调度耗时超时,4.预计周期内完成但实际未完成
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setScheduleTimeZone(String ScheduleTimeZone)Set 超时时间对应的时区配置, 如 UTC+7, 默认为UTC+8
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(Long Type)Set 超时值配置类型
1--指定值
2--平均值
注意:此字段可能返回 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 TimeOutStrategyInfo()
public TimeOutStrategyInfo(TimeOutStrategyInfo source)
public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType - 超时告警超时配置:
1.预计运行耗时超时,2.预计完成时间超时,3.预计等待调度耗时超时,4.预计周期内完成但实际未完成
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type - 超时值配置类型
1--指定值
2--平均值
注意:此字段可能返回 null,表示取不到有效值。public Long getHour()
public void setHour(Long Hour)
Hour - 超时指定值小时, 默认 为0
注意:此字段可能返回 null,表示取不到有效值。public Long getMin()
public void setMin(Long Min)
Min - 超时指定值分钟, 默认为1
注意:此字段可能返回 null,表示取不到有效值。public String getScheduleTimeZone()
public void setScheduleTimeZone(String ScheduleTimeZone)
ScheduleTimeZone - 超时时间对应的时区配置, 如 UTC+7, 默认为UTC+8
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.