public static final class FeatureSummary.Builder
extends java.lang.Object
FeatureSummary.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
FeatureSummary. |
| Modifier and Type | Method and Description |
|---|---|
FeatureSummary |
build() |
FeatureSummary.Builder |
setTotalConflictCount(java.lang.Long totalConflictCount)
Total number of conflicting entities with global entities accross all features
during an onboarding stage.
|
FeatureSummary.Builder |
setTotalCount(java.lang.Long totalCount)
Total number of entities across all features during an onboarding stage.
|
public Builder()
FeatureSummary.public FeatureSummary.Builder setTotalConflictCount(java.lang.Long totalConflictCount)
totalConflictCount - New value for the property.public FeatureSummary.Builder setTotalCount(java.lang.Long totalCount)
totalCount - New value for the property.public FeatureSummary build()