public class RunGroupTimeoutNotification extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RunGroupTimeoutNotification() | 
| RunGroupTimeoutNotification(RunGroupTimeoutNotification 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 | 
|---|---|
| NotificationType | getNotificationType()Get 通知类型。 | 
| Long | getTimeoutMinutes()Get 任务批次超时时间,单位分钟。 | 
| void | setNotificationType(NotificationType NotificationType)Set 通知类型。 | 
| void | setTimeoutMinutes(Long TimeoutMinutes)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 RunGroupTimeoutNotification()
public RunGroupTimeoutNotification(RunGroupTimeoutNotification source)
public Long getTimeoutMinutes()
public void setTimeoutMinutes(Long TimeoutMinutes)
TimeoutMinutes - 任务批次超时时间,单位分钟。public NotificationType getNotificationType()
public void setNotificationType(NotificationType NotificationType)
NotificationType - 通知类型。Copyright © 2025. All rights reserved.