-
createdAt
↔ JsonDate
-
getter/setter pair
-
error
→ String?
-
Returns the first general error message, or
null if there are no errors.
no setterinherited
-
errors
↔ Map<String, String?>
-
A map of field-specific error messages, keyed by field name.
getter/setter pairinherited
-
fields
→ List<JsonField>
-
The list of JSON fields that define the structure of this model.
no setteroverride
-
generalErrors
↔ List<String>
-
A list of general error messages that apply to the entire model.
getter/setter pairinherited
-
generalInformations
↔ List<String>
-
A list of general informational messages about the model.
getter/setter pairinherited
-
generalWarnings
↔ List<String>
-
A list of general warning messages that apply to the entire model.
getter/setter pairinherited
-
hasChildren
↔ JsonBoolean
-
getter/setter pair
-
hasError
→ bool
-
Returns
true if the model has any field-specific or general errors.
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hasInformation
→ bool
-
Returns
true if the model has any field-specific or general informational messages.
no setterinherited
-
hasWarning
→ bool
-
Returns
true if the model has any field-specific or general warnings.
no setterinherited
-
id
↔ JsonInteger
-
getter/setter pair
-
information
→ String?
-
Returns the first general informational message, or
null if there are none.
no setterinherited
-
informations
↔ Map<String, String?>
-
A map of field-specific informational messages, keyed by field name.
getter/setter pairinherited
-
isDefault
↔ JsonBoolean
-
getter/setter pair
-
level
↔ JsonInteger
-
getter/setter pair
-
name
↔ JsonString
-
getter/setter pair
-
parentId
↔ JsonInteger
-
getter/setter pair
-
path
↔ JsonString
-
getter/setter pair
-
referenceOrganizationId
↔ JsonInteger
-
getter/setter pair
-
requestProperty
↔ JsonString
-
getter/setter pair
-
rowId
↔ JsonInteger
-
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
statusId
↔ JsonInteger
-
getter/setter pair
-
tenantId
↔ JsonInteger
-
getter/setter pair
-
updatedAt
↔ JsonDate
-
getter/setter pair
-
warning
→ String?
-
Returns the first general warning message, or
null if there are no warnings.
no setterinherited
-
warnings
↔ Map<String, String?>
-
A map of field-specific warning messages, keyed by field name.
getter/setter pairinherited