Package org.gitlab4j.api.models
Class AuditEvent
- java.lang.Object
-
- org.gitlab4j.api.models.AuditEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class AuditEvent extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuditEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetAuthorId()java.util.DategetCreatedAt()AuditEventDetailgetDetails()java.lang.LonggetEntityId()java.lang.StringgetEntityType()java.lang.LonggetId()voidsetAuthorId(java.lang.Long authorId)voidsetCreatedAt(java.util.Date createdAt)voidsetDetails(AuditEventDetail details)voidsetEntityId(java.lang.Long entityId)voidsetEntityType(java.lang.String entityType)voidsetId(java.lang.Long id)java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
setId
public void setId(java.lang.Long id)
-
getAuthorId
public java.lang.Long getAuthorId()
-
setAuthorId
public void setAuthorId(java.lang.Long authorId)
-
getEntityId
public java.lang.Long getEntityId()
-
setEntityId
public void setEntityId(java.lang.Long entityId)
-
getEntityType
public java.lang.String getEntityType()
-
setEntityType
public void setEntityType(java.lang.String entityType)
-
getDetails
public AuditEventDetail getDetails()
-
setDetails
public void setDetails(AuditEventDetail details)
-
getCreatedAt
public java.util.Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(java.util.Date createdAt)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-