@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RolloutOptionsRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTOSTART |
static String |
JSON_PROPERTY_SELECTION_INTERVAL_MS |
static String |
JSON_PROPERTY_STRATEGY |
boolean |
unparsed |
| Constructor and Description |
|---|
RolloutOptionsRequest() |
RolloutOptionsRequest(RolloutStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
RolloutOptionsRequest |
autostart(Boolean autostart) |
boolean |
equals(Object o)
Return true if this RolloutOptionsRequest object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getAutostart_JsonNullable() |
Boolean |
getAutostart()
Whether the schedule should begin automatically.
|
Long |
getSelectionIntervalMs()
Interval in milliseconds for uniform interval strategies.
|
RolloutStrategy |
getStrategy()
The progression strategy used by a progressive rollout.
|
int |
hashCode() |
RolloutOptionsRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RolloutOptionsRequest |
selectionIntervalMs(Long selectionIntervalMs) |
void |
setAutostart_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> autostart) |
void |
setAutostart(Boolean autostart) |
void |
setSelectionIntervalMs(Long selectionIntervalMs) |
void |
setStrategy(RolloutStrategy strategy) |
RolloutOptionsRequest |
strategy(RolloutStrategy strategy) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTOSTART
public static final String JSON_PROPERTY_SELECTION_INTERVAL_MS
public static final String JSON_PROPERTY_STRATEGY
public RolloutOptionsRequest()
public RolloutOptionsRequest(RolloutStrategy strategy)
public RolloutOptionsRequest autostart(Boolean autostart)
@Nullable public Boolean getAutostart()
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getAutostart_JsonNullable()
public void setAutostart_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> autostart)
public void setAutostart(Boolean autostart)
public RolloutOptionsRequest selectionIntervalMs(Long selectionIntervalMs)
@Nullable public Long getSelectionIntervalMs()
public void setSelectionIntervalMs(Long selectionIntervalMs)
public RolloutOptionsRequest strategy(RolloutStrategy strategy)
public RolloutStrategy getStrategy()
public void setStrategy(RolloutStrategy strategy)
public RolloutOptionsRequest putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.