Class WorkflowRunActionRepetitionProperties

All Implemented Interfaces:
com.azure.json.JsonSerializable<OperationResultProperties>

public final class WorkflowRunActionRepetitionProperties extends OperationResult
The workflow run action repetition properties definition.
  • Method Details

    • repetitionIndexes

      public List<RepetitionIndex> repetitionIndexes()
      Get the repetitionIndexes property: The repetition indexes.
      Returns:
      the repetitionIndexes value.
    • iterationCount

      public Integer iterationCount()
      Get the iterationCount property: The iterationCount property.
      Overrides:
      iterationCount in class OperationResult
      Returns:
      the iterationCount value.
    • retryHistory

      public List<RetryHistory> retryHistory()
      Get the retryHistory property: Gets the retry histories.
      Overrides:
      retryHistory in class OperationResult
      Returns:
      the retryHistory value.
    • trackedProperties

      public Object trackedProperties()
      Get the trackedProperties property: Gets the tracked properties.
      Overrides:
      trackedProperties in class OperationResult
      Returns:
      the trackedProperties value.
    • outputsLink

      public ContentLink outputsLink()
      Get the outputsLink property: Gets the link to outputs.
      Overrides:
      outputsLink in class OperationResult
      Returns:
      the outputsLink value.
    • outputs

      public Object outputs()
      Get the outputs property: Gets the outputs.
      Overrides:
      outputs in class OperationResult
      Returns:
      the outputs value.
    • inputsLink

      public ContentLink inputsLink()
      Get the inputsLink property: Gets the link to inputs.
      Overrides:
      inputsLink in class OperationResult
      Returns:
      the inputsLink value.
    • inputs

      public Object inputs()
      Get the inputs property: Gets the inputs.
      Overrides:
      inputs in class OperationResult
      Returns:
      the inputs value.
    • trackingId

      public String trackingId()
      Get the trackingId property: Gets the tracking id.
      Overrides:
      trackingId in class OperationResult
      Returns:
      the trackingId value.
    • error

      public Object error()
      Get the error property: Anything.
      Overrides:
      error in class OperationResult
      Returns:
      the error value.
    • code

      public String code()
      Get the code property: The workflow scope repetition code.
      Overrides:
      code in class OperationResult
      Returns:
      the code value.
    • status

      public WorkflowStatus status()
      Get the status property: The status of the workflow scope repetition.
      Overrides:
      status in class OperationResult
      Returns:
      the status value.
    • correlation

      public RunActionCorrelation correlation()
      Get the correlation property: The correlation properties.
      Overrides:
      correlation in class OperationResult
      Returns:
      the correlation value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: The end time of the workflow scope repetition.
      Overrides:
      endTime in class OperationResult
      Returns:
      the endTime value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: The start time of the workflow scope repetition.
      Overrides:
      startTime in class OperationResult
      Returns:
      the startTime value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class OperationResult
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<OperationResultProperties>
      Overrides:
      toJson in class OperationResult
      Throws:
      IOException
    • fromJson

      public static WorkflowRunActionRepetitionProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of WorkflowRunActionRepetitionProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of WorkflowRunActionRepetitionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the WorkflowRunActionRepetitionProperties.