public class AuditEntryDetail extends Object implements Serializable
Constructor and Description |
---|
AuditEntryDetail(String auditEntryId,
String attributeType,
String attributeId,
String attributeName,
String oldValue,
String newValue)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttributeId()
Gets the identifier of the attribute that was changed.
|
String |
getAttributeName()
Gets the name of the attribute that was changed.
|
String |
getAttributeType()
Gets the type of the attribute that was changed.
|
String |
getAuditEntryId()
Gets the parent audit entry identifier that generated the detail.
|
String |
getNewValue()
Gets the value after the change.
|
String |
getOldValue()
Gets the value before the change.
|
int |
hashCode() |
String |
toString() |
public AuditEntryDetail(String auditEntryId, String attributeType, String attributeId, String attributeName, String oldValue, String newValue)
auditEntryId
- the parent audit entry identifier that generated the detail.attributeType
- the type of the attribute that was changed.attributeId
- the identifier of the attribute that was changed.attributeName
- the name of the attribute that was changed.oldValue
- the value before the change.newValue
- the value after the change.public String getAuditEntryId()
public String getAttributeId()
public String getAttributeName()
public String getAttributeType()
public String getOldValue()
public String getNewValue()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>