public static final class UpgradeCheckListResults.Builder
extends java.lang.Object
UpgradeCheckListResults.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
UpgradeCheckListResults. |
| Modifier and Type | Method and Description |
|---|---|
UpgradeCheckListResults |
build() |
UpgradeCheckListResults.Builder |
setChecksWithWarnings(UpgradeCheckListResult checksWithWarnings) |
UpgradeCheckListResults.Builder |
setFailedChecks(UpgradeCheckListResult failedChecks) |
UpgradeCheckListResults.Builder |
setSuccessfulChecks(UpgradeCheckListResult successfulChecks) |
public Builder()
UpgradeCheckListResults.public UpgradeCheckListResults.Builder setChecksWithWarnings(UpgradeCheckListResult checksWithWarnings)
checksWithWarnings - New value for the property.public UpgradeCheckListResults.Builder setFailedChecks(UpgradeCheckListResult failedChecks)
failedChecks - New value for the property.public UpgradeCheckListResults.Builder setSuccessfulChecks(UpgradeCheckListResult successfulChecks)
successfulChecks - New value for the property.public UpgradeCheckListResults build()