Package org.gitlab4j.api.systemhooks
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 Summary
Fields Modifier and Type Field Description static String
KEY_CREATE_EVENT
static String
KEY_DESTROY_EVENT
-
Constructor Summary
Constructors Constructor Description KeySystemHookEvent()
-
Method Summary
Modifier and Type Method Description Date
getCreatedAt()
String
getEventName()
Integer
getId()
String
getKey()
Date
getUpdatedAt()
String
getUsername()
void
setCreatedAt(Date createdAt)
void
setEventName(String eventName)
void
setId(Integer id)
void
setKey(String key)
void
setUpdatedAt(Date updatedAt)
void
setUsername(String username)
String
toString()
-
Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestUrl, setRequestQueryString, setRequestUrl
-
-
-
-
Field Detail
-
KEY_CREATE_EVENT
public static final String KEY_CREATE_EVENT
- See Also:
- Constant Field Values
-
KEY_DESTROY_EVENT
public static final String KEY_DESTROY_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
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 Integer getId()
-
setId
public void setId(Integer id)
-
-