Uses of Class
com.oracle.bmc.loganalytics.model.LabelSummaryReport.Builder
-
Packages that use LabelSummaryReport.Builder Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LabelSummaryReport.Builder in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LabelSummaryReport.Builder Modifier and Type Method Description static LabelSummaryReport.Builder
LabelSummaryReport. builder()
Create a new builder.LabelSummaryReport.Builder
LabelSummaryReport.Builder. copy(LabelSummaryReport model)
LabelSummaryReport.Builder
LabelSummaryReport.Builder. nonOobCount(Integer nonOobCount)
The count of custom (user defined) labels.LabelSummaryReport.Builder
LabelSummaryReport.Builder. oobCount(Integer oobCount)
The count of built in labels.LabelSummaryReport.Builder
LabelSummaryReport. toBuilder()
-