public static interface RunStatisticsForAssets.Builder extends SdkPojo, CopyableBuilder<RunStatisticsForAssets.Builder,RunStatisticsForAssets>
| Modifier and Type | Method and Description |
|---|---|
RunStatisticsForAssets.Builder |
added(Integer added)
The
added statistic for the data source run. |
RunStatisticsForAssets.Builder |
failed(Integer failed)
The
failed statistic for the data source run. |
RunStatisticsForAssets.Builder |
skipped(Integer skipped)
The
skipped statistic for the data source run. |
RunStatisticsForAssets.Builder |
unchanged(Integer unchanged)
The
unchanged statistic for the data source run. |
RunStatisticsForAssets.Builder |
updated(Integer updated)
The
updated statistic for the data source run. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRunStatisticsForAssets.Builder added(Integer added)
The added statistic for the data source run.
added - The added statistic for the data source run.RunStatisticsForAssets.Builder failed(Integer failed)
The failed statistic for the data source run.
failed - The failed statistic for the data source run.RunStatisticsForAssets.Builder skipped(Integer skipped)
The skipped statistic for the data source run.
skipped - The skipped statistic for the data source run.RunStatisticsForAssets.Builder unchanged(Integer unchanged)
The unchanged statistic for the data source run.
unchanged - The unchanged statistic for the data source run.RunStatisticsForAssets.Builder updated(Integer updated)
The updated statistic for the data source run.
updated - The updated statistic for the data source run.Copyright © 2023. All rights reserved.