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()
Long
getId()
String
getKey()
Date
getUpdatedAt()
String
getUsername()
void
setCreatedAt(Date createdAt)
void
setEventName(String eventName)
void
setId(Long 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, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
KEY_CREATE_EVENT
- See Also:
- Constant Field Values
-
KEY_DESTROY_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
KeySystemHookEvent
public KeySystemHookEvent()
-
-
Method Details