Class ActivityRunsQueryResponseInner

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner

public final class ActivityRunsQueryResponseInner extends Object
A list activity runs.
  • Constructor Details

    • ActivityRunsQueryResponseInner

      public ActivityRunsQueryResponseInner()
  • Method Details

    • value

      public List<ActivityRun> value()
      Get the value property: List of activity runs.
      Returns:
      the value value.
    • withValue

      public ActivityRunsQueryResponseInner withValue(List<ActivityRun> value)
      Set the value property: List of activity runs.
      Parameters:
      value - the value value to set.
      Returns:
      the ActivityRunsQueryResponseInner object itself.
    • continuationToken

      public String continuationToken()
      Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
      Returns:
      the continuationToken value.
    • withContinuationToken

      public ActivityRunsQueryResponseInner withContinuationToken(String continuationToken)
      Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
      Parameters:
      continuationToken - the continuationToken value to set.
      Returns:
      the ActivityRunsQueryResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.