Class Event

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

public class Event extends Object
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getActionName

      public String getActionName()
    • setActionName

      public void setActionName(String actionName)
    • getAuthor

      public Author getAuthor()
    • setAuthor

      public void setAuthor(Author author)
    • getAuthorId

      public Long getAuthorId()
    • setAuthorId

      public void setAuthorId(Long authorId)
    • getAuthorUsername

      public String getAuthorUsername()
    • setAuthorUsername

      public void setAuthorUsername(String authorUsername)
    • getData

      public EventData getData()
    • setData

      public void setData(EventData data)
    • getProjectId

      public Long getProjectId()
    • setProjectId

      public void setProjectId(Long projectId)
    • getTargetId

      public Long getTargetId()
    • setTargetId

      public void setTargetId(Long targetId)
    • getTargetIid

      public Long getTargetIid()
    • setTargetIid

      public void setTargetIid(Long targetIid)
    • getTargetTitle

      public String getTargetTitle()
    • setTargetTitle

      public void setTargetTitle(String targetTitle)
    • getTargetType

      public Constants.TargetType getTargetType()
    • setTargetType

      public void setTargetType(Constants.TargetType targetType)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getNote

      public Note getNote()
    • setNote

      public void setNote(Note note)
    • getPushData

      public PushData getPushData()
    • setPushData

      public void setPushData(PushData pushData)
    • withActionName

      public Event withActionName(String actionName)
    • withAuthor

      public Event withAuthor(Author author)
    • withAuthorId

      public Event withAuthorId(Long authorId)
    • withAuthorUsername

      public Event withAuthorUsername(String authorUsername)
    • withData

      public Event withData(EventData data)
    • withProjectId

      public Event withProjectId(Long projectId)
    • withTargetId

      public Event withTargetId(Long targetId)
    • withTargetIid

      public Event withTargetIid(Long targetIid)
    • withTargetTitle

      public Event withTargetTitle(String targetTitle)
    • withTargetType

      public Event withTargetType(Constants.TargetType targetType)
    • withTitle

      public Event withTitle(String title)
    • withCreatedAt

      public Event withCreatedAt(Date createdAt)
    • toString

      public String toString()
      Overrides:
      toString in class Object