Class ActivityRunsQueryResponse


  • public final class ActivityRunsQueryResponse
    extends Object
    A list activity runs.
    • Constructor Detail

      • ActivityRunsQueryResponse

        public ActivityRunsQueryResponse()
    • Method Detail

      • getValue

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

        public ActivityRunsQueryResponse setValue​(List<ActivityRun> value)
        Set the value property: List of activity runs.
        Parameters:
        value - the value value to set.
        Returns:
        the ActivityRunsQueryResponse object itself.
      • getContinuationToken

        public String getContinuationToken()
        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.
      • setContinuationToken

        public ActivityRunsQueryResponse setContinuationToken​(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 ActivityRunsQueryResponse object itself.