public static class SourceSummaryReport.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SourceSummaryReport.Builder |
autoAssociationSourceCount(Integer autoAssociationSourceCount)
The count of sources set to auto-associate.
|
SourceSummaryReport |
build() |
SourceSummaryReport.Builder |
copy(SourceSummaryReport model) |
SourceSummaryReport.Builder |
nonOobCount(Integer nonOobCount)
The count of custom (user defined) sources.
|
SourceSummaryReport.Builder |
oobCount(Integer oobCount)
The count of built in sources.
|
public SourceSummaryReport.Builder nonOobCount(Integer nonOobCount)
The count of custom (user defined) sources.
nonOobCount
- the value to setpublic SourceSummaryReport.Builder autoAssociationSourceCount(Integer autoAssociationSourceCount)
The count of sources set to auto-associate.
autoAssociationSourceCount
- the value to setpublic SourceSummaryReport.Builder oobCount(Integer oobCount)
The count of built in sources.
oobCount
- the value to setpublic SourceSummaryReport build()
public SourceSummaryReport.Builder copy(SourceSummaryReport model)
Copyright © 2016–2024. All rights reserved.