public class AuditAssociatedItem
extends Object
Item that can be associated with Audit Record.
Represents additional information about item related to record like user, group or schema.
- Since:
- v2.0
-
Constructor Summary
Constructors
-
Method Summary
boolean
protected com.google.common.base.MoreObjects.ToStringHelper
int
-
-
Method Details
-
getId
@Nullable
public String getId()
-
getName
@Nonnull
public String getName()
-
getTypeName
@Nonnull
public String getTypeName()
-
getParentId
@Nullable
public String getParentId()
-
getParentName
@Nullable
public String getParentName()
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()
-
-