public class Event extends Object
Constructor and Description |
---|
Event() |
public String getActionName()
public void setActionName(String actionName)
public Author getAuthor()
public void setAuthor(Author author)
public Integer getAuthorId()
public void setAuthorId(Integer authorId)
public String getAuthorUsername()
public void setAuthorUsername(String authorUsername)
public EventData getData()
public void setData(EventData data)
public Integer getProjectId()
public void setProjectId(Integer projectId)
public Integer getTargetId()
public void setTargetId(Integer targetId)
public Integer getTargetIid()
public void setTargetIid(Integer targetIid)
public String getTargetTitle()
public void setTargetTitle(String targetTitle)
public Constants.TargetType getTargetType()
public void setTargetType(Constants.TargetType targetType)
public String getTitle()
public void setTitle(String title)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Note getNote()
public void setNote(Note note)
public PushData getPushData()
public void setPushData(PushData pushData)
public Event withTargetType(Constants.TargetType targetType)
Copyright © 2019. All rights reserved.