Class AuditEvent

java.lang.Object
org.gitlab4j.api.models.AuditEvent

public class AuditEvent extends Object
  • Constructor Details

    • AuditEvent

      public AuditEvent()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getAuthorId

      public Long getAuthorId()
    • setAuthorId

      public void setAuthorId(Long authorId)
    • getEntityId

      public Long getEntityId()
    • setEntityId

      public void setEntityId(Long entityId)
    • getEntityType

      public String getEntityType()
    • setEntityType

      public void setEntityType(String entityType)
    • getDetails

      public AuditEventDetail getDetails()
    • setDetails

      public void setDetails(AuditEventDetail details)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • toString

      public String toString()
      Overrides:
      toString in class Object