Class WorkflowRunActionRepetitionProperties
java.lang.Object
com.azure.resourcemanager.appservice.models.OperationResultProperties
com.azure.resourcemanager.appservice.models.OperationResult
com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionRepetitionProperties
The workflow run action repetition properties definition.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of WorkflowRunActionRepetitionProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the repetitionIndexes property: The repetition indexes.voidvalidate()Validates the instance.Set the code property: The workflow scope repetition code.withCorrelation(RunActionCorrelation correlation) Set the correlation property: The correlation properties.withEndTime(OffsetDateTime endTime) Set the endTime property: The end time of the workflow scope repetition.Set the error property: Anything.withIterationCount(Integer iterationCount) Set the iterationCount property: The iterationCount property.withRepetitionIndexes(List<RepetitionIndex> repetitionIndexes) Set the repetitionIndexes property: The repetition indexes.withRetryHistory(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories.withStartTime(OffsetDateTime startTime) Set the startTime property: The start time of the workflow scope repetition.withStatus(WorkflowStatus status) Set the status property: The status of the workflow scope repetition.Methods inherited from class com.azure.resourcemanager.appservice.models.OperationResult
inputs, inputsLink, iterationCount, outputs, outputsLink, retryHistory, trackedProperties, trackingIdMethods inherited from class com.azure.resourcemanager.appservice.models.OperationResultProperties
code, correlation, endTime, error, startTime, status
-
Constructor Details
-
WorkflowRunActionRepetitionProperties
public WorkflowRunActionRepetitionProperties()Creates an instance of WorkflowRunActionRepetitionProperties class.
-
-
Method Details
-
repetitionIndexes
Get the repetitionIndexes property: The repetition indexes.- Returns:
- the repetitionIndexes value.
-
withRepetitionIndexes
public WorkflowRunActionRepetitionProperties withRepetitionIndexes(List<RepetitionIndex> repetitionIndexes) Set the repetitionIndexes property: The repetition indexes.- Parameters:
repetitionIndexes- the repetitionIndexes value to set.- Returns:
- the WorkflowRunActionRepetitionProperties object itself.
-
withRetryHistory
Set the retryHistory property: Gets the retry histories.- Overrides:
withRetryHistoryin classOperationResult- Parameters:
retryHistory- the retryHistory value to set.- Returns:
- the OperationResult object itself.
-
withIterationCount
Set the iterationCount property: The iterationCount property.- Overrides:
withIterationCountin classOperationResult- Parameters:
iterationCount- the iterationCount value to set.- Returns:
- the OperationResult object itself.
-
withStartTime
Set the startTime property: The start time of the workflow scope repetition.- Overrides:
withStartTimein classOperationResult- Parameters:
startTime- the startTime value to set.- Returns:
- the OperationResultProperties object itself.
-
withEndTime
Set the endTime property: The end time of the workflow scope repetition.- Overrides:
withEndTimein classOperationResult- Parameters:
endTime- the endTime value to set.- Returns:
- the OperationResultProperties object itself.
-
withCorrelation
Set the correlation property: The correlation properties.- Overrides:
withCorrelationin classOperationResult- Parameters:
correlation- the correlation value to set.- Returns:
- the OperationResultProperties object itself.
-
withStatus
Set the status property: The status of the workflow scope repetition.- Overrides:
withStatusin classOperationResult- Parameters:
status- the status value to set.- Returns:
- the OperationResultProperties object itself.
-
withCode
Set the code property: The workflow scope repetition code.- Overrides:
withCodein classOperationResult- Parameters:
code- the code value to set.- Returns:
- the OperationResultProperties object itself.
-
withError
Set the error property: Anything.- Overrides:
withErrorin classOperationResult- Parameters:
error- the error value to set.- Returns:
- the OperationResultProperties object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classOperationResult- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-