public static class GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Float |
maximumEventAgeInSeconds
The maximum period of time during which retries are performed.
|
Float |
maximumRetryAttempts
The maximum number of retries.
|
String |
pushRetryStrategy
The retry policy.
|
| 构造器和说明 |
|---|
GetEventStreamingResponseBodyDataRunOptionsRetryStrategy() |
@NameInMap(value="MaximumEventAgeInSeconds") public Float maximumEventAgeInSeconds
The maximum period of time during which retries are performed.
example:512
@NameInMap(value="MaximumRetryAttempts") public Float maximumRetryAttempts
The maximum number of retries.
example:2
@NameInMap(value="PushRetryStrategy") public String pushRetryStrategy
The retry policy. Valid values: BACKOFFRETRY and EXPONENTIALDECAY_RETRY.
example:BACKOFFRETRY
public GetEventStreamingResponseBodyDataRunOptionsRetryStrategy()
public static GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy setMaximumEventAgeInSeconds(Float maximumEventAgeInSeconds)
public Float getMaximumEventAgeInSeconds()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy setMaximumRetryAttempts(Float maximumRetryAttempts)
public Float getMaximumRetryAttempts()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy setPushRetryStrategy(String pushRetryStrategy)
public String getPushRetryStrategy()
Copyright © 2026. All rights reserved.