Package org.aoju.bus.gitlab.models
Class AuditEvent
java.lang.Object
org.aoju.bus.gitlab.models.AuditEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetAuthorId(Long authorId) voidsetCreatedAt(Date createdAt) voidsetDetails(AuditEventDetail details) voidsetEntityId(Long entityId) voidsetEntityType(String entityType) voidtoString()
-
Constructor Details
-
AuditEvent
public AuditEvent()
-
-
Method Details
-
getId
-
setId
-
getAuthorId
-
setAuthorId
-
getEntityId
-
setEntityId
-
getEntityType
-
setEntityType
-
getDetails
-
setDetails
-
getCreatedAt
-
setCreatedAt
-
toString
-