public class KeySystemHookEvent extends Object implements SystemHookEvent
Modifier and Type | Field and Description |
---|---|
static String |
KEY_CREATE_EVENT |
static String |
KEY_DESTROY_EVENT |
Constructor and Description |
---|
KeySystemHookEvent() |
Modifier and Type | Method and 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) |
public static final String KEY_CREATE_EVENT
public static final String KEY_DESTROY_EVENT
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public String getEventName()
getEventName
in interface SystemHookEvent
public void setEventName(String eventName)
public String getUsername()
public void setUsername(String username)
public String getKey()
public void setKey(String key)
public Integer getId()
public void setId(Integer id)
Copyright © 2018. All rights reserved.