ActivityRunsQueryResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. fluent. models. ActivityRunsQueryResponseInner
- com.
Implements
public final class ActivityRunsQueryResponseInner
implements JsonSerializable<ActivityRunsQueryResponseInner>
A list activity runs.
Constructor Summary
| Constructor | Description |
|---|---|
| ActivityRunsQueryResponseInner() |
Creates an instance of Activity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
continuationToken()
Get the continuation |
|
static
Activity |
fromJson(JsonReader jsonReader)
Reads an instance of Activity |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Activity |
value()
Get the value property: List of activity runs. |
|
Activity |
withContinuationToken(String continuationToken)
Set the continuation |
|
Activity |
withValue(List<ActivityRun> value)
Set the value property: List of activity runs. |
Methods inherited from java.lang.Object
Constructor Details
ActivityRunsQueryResponseInner
public ActivityRunsQueryResponseInner()
Creates an instance of ActivityRunsQueryResponseInner class.
Method Details
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:
fromJson
public static ActivityRunsQueryResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ActivityRunsQueryResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<ActivityRun> value()
Get the value property: List of activity runs.
Returns:
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:
Returns:
withValue
public ActivityRunsQueryResponseInner withValue(List<ActivityRun> value)
Set the value property: List of activity runs.
Parameters:
Returns: