Class AuditEvent

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

public class AuditEvent
extends Object
  • Constructor Details

    • AuditEvent

      public AuditEvent()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId​(Integer id)
    • getAuthorId

      public Integer getAuthorId()
    • setAuthorId

      public void setAuthorId​(Integer authorId)
    • getEntityId

      public Integer getEntityId()
    • setEntityId

      public void setEntityId​(Integer 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