Package org.apache.gravitino
Interface Audit
- All Known Implementing Classes:
AuditDTO
Represents the audit information of an entity.
-
Method Summary
Modifier and TypeMethodDescriptionThe creation time of the entity.creator()
The creator of the entity.
-
Method Details
-
creator
String creator()The creator of the entity.- Returns:
- the creator of the entity.
-
createTime
Instant createTime()The creation time of the entity.- Returns:
- The creation time of the entity.
-
lastModifier
String lastModifier()- Returns:
- The last modifier of the entity.
-
lastModifiedTime
Instant lastModifiedTime()- Returns:
- The last modified time of the entity.
-