@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+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 Long getId()
public String getSummary()
public String getRemoteAddress()
public String getAuthorKey()
public OffsetDateTime getCreated()
public String getCategory()
public String getEventSource()
public String getDescription()
public AuditRecordBean objectItem(AssociatedItemBean objectItem)
public AssociatedItemBean getObjectItem()
public void setObjectItem(AssociatedItemBean objectItem)
public List<ChangedValueBean> getChangedValues()
public List<AssociatedItemBean> getAssociatedItems()
Copyright © 2011–2021 Everit Kft.. All rights reserved.