Class KeySystemHookEvent

java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.KeySystemHookEvent
All Implemented Interfaces:
SystemHookEvent

public class KeySystemHookEvent extends AbstractSystemHookEvent
  • Field Details

  • Constructor Details

    • KeySystemHookEvent

      public KeySystemHookEvent()
  • Method Details

    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
    • getEventName

      public String getEventName()
    • setEventName

      public void setEventName(String eventName)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • toString

      public String toString()
      Overrides:
      toString in class Object