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 Timeout Specified Value (hours) - The timeout threshold in hours. 
 | 
Long | 
getMin()
Get Timeout Specified Value (minutes) - The timeout threshold in minutes. 
 | 
Long | 
getRuleType()
Get Timeout Alarm Configuration
Expected Execution Duration Timeout - The actual runtime exceeds the estimated execution duration. 
 | 
String | 
getScheduleTimeZone()
Get The time zone configuration corresponding to the timeout, such as UTC+7, defaults to UTC+8. 
 | 
Long | 
getType()
Get Timeout Value Configuration Type
1: Fixed value (specified manually)
2: Average value (calculated automatically) 
 | 
void | 
setHour(Long Hour)
Set Timeout Specified Value (hours) - The timeout threshold in hours. 
 | 
void | 
setMin(Long Min)
Set Timeout Specified Value (minutes) - The timeout threshold in minutes. 
 | 
void | 
setRuleType(Long RuleType)
Set Timeout Alarm Configuration
Expected Execution Duration Timeout - The actual runtime exceeds the estimated execution duration. 
 | 
void | 
setScheduleTimeZone(String ScheduleTimeZone)
Set The time zone configuration corresponding to the timeout, such as UTC+7, defaults to UTC+8. 
 | 
void | 
setType(Long Type)
Set Timeout Value Configuration Type
1: Fixed value (specified manually)
2: Average value (calculated automatically) 
 | 
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 - Timeout Alarm Configuration
Expected Execution Duration Timeout - The actual runtime exceeds the estimated execution duration.
Expected Completion Time Timeout - The task has not completed by the estimated completion time.
Expected Scheduling Wait Timeout - The waiting time in the scheduling queue exceeds the estimated wait time.
Cycle-Incomplete Timeout - The task was expected to complete within its scheduled cycle but did not.public Long getType()
public void setType(Long Type)
Type - Timeout Value Configuration Type
1: Fixed value (specified manually)
2: Average value (calculated automatically)public Long getHour()
public void setHour(Long Hour)
Hour - Timeout Specified Value (hours) - The timeout threshold in hours. Default is 1.public Long getMin()
public void setMin(Long Min)
Min - Timeout Specified Value (minutes) - The timeout threshold in minutes. Default is 1.public String getScheduleTimeZone()
public void setScheduleTimeZone(String ScheduleTimeZone)
ScheduleTimeZone - The time zone configuration corresponding to the timeout, such as UTC+7, defaults to UTC+8.Copyright © 2025. All rights reserved.