| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.allocationExposureScheduleId(UUID allocationExposureScheduleId) |
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.createdAt(OffsetDateTime createdAt) |
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.exposureRatio(Double exposureRatio) |
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.groupedStepIndex(Long groupedStepIndex) |
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.id(UUID id) |
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.intervalMs(Long intervalMs) |
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.isPauseRecord(Boolean isPauseRecord) |
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.orderPosition(Long orderPosition) |
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AllocationExposureRolloutStep |
AllocationExposureRolloutStep.updatedAt(OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<AllocationExposureRolloutStep> |
AllocationExposureSchedule.getRolloutSteps()
Ordered progression steps for exposure.
|
| Modifier and Type | Method and Description |
|---|---|
AllocationExposureSchedule |
AllocationExposureSchedule.addRolloutStepsItem(AllocationExposureRolloutStep rolloutStepsItem) |
| Modifier and Type | Method and Description |
|---|---|
AllocationExposureSchedule |
AllocationExposureSchedule.rolloutSteps(List<AllocationExposureRolloutStep> rolloutSteps) |
void |
AllocationExposureSchedule.setRolloutSteps(List<AllocationExposureRolloutStep> rolloutSteps) |
| Constructor and Description |
|---|
AllocationExposureSchedule(UUID allocationId,
OffsetDateTime createdAt,
List<AllocationExposureGuardrailTrigger> guardrailTriggers,
RolloutOptions rolloutOptions,
List<AllocationExposureRolloutStep> rolloutSteps,
OffsetDateTime updatedAt) |
Copyright © 2026. All rights reserved.