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