Class AdvisorCheckSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.AdvisorCheckSummary.Builder
-
- Enclosing class:
- AdvisorCheckSummary
public static class AdvisorCheckSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdvisorCheckSummary.BuilderblockerResultsTotalCount(Integer blockerResultsTotalCount)Number of BLOCKER results in the extended advisor report.AdvisorCheckSummarybuild()AdvisorCheckSummary.Buildercopy(AdvisorCheckSummary model)AdvisorCheckSummary.BuilderfatalResultsTotalCount(Integer fatalResultsTotalCount)Number of FATAL results in the extended advisor report.AdvisorCheckSummary.BuilderinformationalResultsTotalCount(Integer informationalResultsTotalCount)Number of INFORMATIONAL results in the extended advisor report.AdvisorCheckSummary.BuilderpassResultsTotalCount(Integer passResultsTotalCount)Number of PASS results in the extended advisor report.AdvisorCheckSummary.BuilderwarningResultsTotalCount(Integer warningResultsTotalCount)Number of WARNING results in the extended advisor report.
-
-
-
Method Detail
-
passResultsTotalCount
public AdvisorCheckSummary.Builder passResultsTotalCount(Integer passResultsTotalCount)
Number of PASS results in the extended advisor report.- Parameters:
passResultsTotalCount- the value to set- Returns:
- this builder
-
informationalResultsTotalCount
public AdvisorCheckSummary.Builder informationalResultsTotalCount(Integer informationalResultsTotalCount)
Number of INFORMATIONAL results in the extended advisor report.- Parameters:
informationalResultsTotalCount- the value to set- Returns:
- this builder
-
warningResultsTotalCount
public AdvisorCheckSummary.Builder warningResultsTotalCount(Integer warningResultsTotalCount)
Number of WARNING results in the extended advisor report.- Parameters:
warningResultsTotalCount- the value to set- Returns:
- this builder
-
blockerResultsTotalCount
public AdvisorCheckSummary.Builder blockerResultsTotalCount(Integer blockerResultsTotalCount)
Number of BLOCKER results in the extended advisor report.- Parameters:
blockerResultsTotalCount- the value to set- Returns:
- this builder
-
fatalResultsTotalCount
public AdvisorCheckSummary.Builder fatalResultsTotalCount(Integer fatalResultsTotalCount)
Number of FATAL results in the extended advisor report.- Parameters:
fatalResultsTotalCount- the value to set- Returns:
- this builder
-
build
public AdvisorCheckSummary build()
-
copy
public AdvisorCheckSummary.Builder copy(AdvisorCheckSummary model)
-
-