Class PipelineRunsQueryResponseInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.PipelineRunsQueryResponseInner
A list pipeline runs.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PipelineRunsQueryResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.void
validate()
Validates the instance.value()
Get the value property: List of pipeline runs.withContinuationToken
(String continuationToken) Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.withValue
(List<PipelineRunInner> value) Set the value property: List of pipeline runs.
-
Constructor Details
-
PipelineRunsQueryResponseInner
public PipelineRunsQueryResponseInner()Creates an instance of PipelineRunsQueryResponseInner class.
-
-
Method Details
-
value
Get the value property: List of pipeline runs.- Returns:
- the value value.
-
withValue
Set the value property: List of pipeline runs.- Parameters:
value
- the value value to set.- Returns:
- the PipelineRunsQueryResponseInner object itself.
-
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
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 PipelineRunsQueryResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-