@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class AuditRecordBean extends Object
| Constructor and Description |
|---|
AuditRecordBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AssociatedItemBean> |
getAssociatedItems()
The list of items associated with the changed record.
|
String |
getAuthorKey()
Deprecated, use `authorAccountId` instead.
|
String |
getCategory()
The category of the audit record.
|
List<ChangedValueBean> |
getChangedValues()
The list of values changed in the record event.
|
OffsetDateTime |
getCreated()
The date and time on which the audit record was created.
|
String |
getDescription()
The description of the audit record.
|
String |
getEventSource()
The event the audit record originated from.
|
Long |
getId()
The ID of the audit record.
|
AssociatedItemBean |
getObjectItem()
Get objectItem
|
String |
getRemoteAddress()
The URL of the computer where the creation of the audit record was initiated.
|
String |
getSummary()
The summary of the audit record.
|
int |
hashCode() |
AuditRecordBean |
objectItem(AssociatedItemBean objectItem) |
void |
setObjectItem(AssociatedItemBean objectItem) |
String |
toString() |
public List<AssociatedItemBean> getAssociatedItems()
public String getAuthorKey()
public String getCategory()
public List<ChangedValueBean> getChangedValues()
public OffsetDateTime getCreated()
public String getDescription()
public String getEventSource()
public Long getId()
public AuditRecordBean objectItem(AssociatedItemBean objectItem)
public AssociatedItemBean getObjectItem()
public void setObjectItem(AssociatedItemBean objectItem)
public String getRemoteAddress()
public String getSummary()
Copyright © 2011–2023 Everit Kft.. All rights reserved.