Package ai.vectros.types
Class ModelChanges.Builder
java.lang.Object
ai.vectros.types.ModelChanges.Builder
- Enclosing class:
ModelChanges
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Number of fields that changed.details(Map<String, ChangedField> details) details(Optional<Map<String, ChangedField>> details) Per-field before/after values, keyed by field name.Error message if the diff could not be computed; null on success.Names of the fields that changed.from(ModelChanges other) Human-readable summary of the change, e.g.
-
Method Details
-
from
-
summary
Human-readable summary of the change, e.g. "Changed: firstName, email".
-
summary
-
fields
Names of the fields that changed.
-
fields
-
count
Number of fields that changed.
-
count
-
details
Per-field before/after values, keyed by field name.
-
details
-
error
Error message if the diff could not be computed; null on success.
-
error
-
build
-
additionalProperty
-
additionalProperties
-