AuditRecordBean class

An audit record.

Constructors

AuditRecordBean({List<AssociatedItemBean>? associatedItems, String? authorKey, String? category, List<ChangedValueBean>? changedValues, DateTime? created, String? description, String? eventSource, int? id, AssociatedItemBean? objectItem, String? remoteAddress, String? summary})
AuditRecordBean.fromJson(Map<String, Object?> json)
factory

Properties

associatedItems List<AssociatedItemBean>
The list of items associated with the changed record.
final
authorKey String?
Deprecated, use authorAccountId instead. The key of the user who created the audit record.
final
category String?
The category of the audit record. For a list of these categories, see the help article Auditing in Jira applications.
final
changedValues List<ChangedValueBean>
The list of values changed in the record event.
final
created DateTime?
The date and time on which the audit record was created.
final
description String?
The description of the audit record.
final
eventSource String?
The event the audit record originated from.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
The ID of the audit record.
final
objectItem AssociatedItemBean?
final
remoteAddress String?
The URL of the computer where the creation of the audit record was initiated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
The summary of the audit record.
final

Methods

copyWith({List<AssociatedItemBean>? associatedItems, String? authorKey, String? category, List<ChangedValueBean>? changedValues, DateTime? created, String? description, String? eventSource, int? id, AssociatedItemBean? objectItem, String? remoteAddress, String? summary}) AuditRecordBean
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited