Constructor and Description |
---|
ObjectAttributes() |
Modifier and Type | Method and Description |
---|---|
String |
getAttachment() |
Long |
getAuthorId() |
String |
getCommitId() |
Date |
getCreatedAt() |
String |
getDiscussionId() |
Long |
getId() |
String |
getLineCode() |
String |
getNote() |
Long |
getNoteableId() |
NoteEvent.NoteableType |
getNoteableType() |
Long |
getProjectId() |
Diff |
getStDiff() |
Boolean |
getSystem() |
String |
getType() |
Date |
getUpdatedAt() |
String |
getUrl() |
void |
NoteableType(NoteEvent.NoteableType notableType) |
void |
setAttachment(String attachment) |
void |
setAuthorId(Long authorId) |
void |
setCommitId(String commitId) |
void |
setCreatedAt(Date createdAt) |
void |
setDiscussionId(String discussionId) |
void |
setId(Long id) |
void |
setLineCode(String lineCode) |
void |
setNote(String note) |
void |
setNoteableId(Long noteableId) |
void |
setProjectId(Long projectId) |
void |
setStDiff(Diff stDiff) |
void |
setSystem(Boolean system) |
void |
setType(String type) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
public Long getId()
public void setId(Long id)
public String getNote()
public void setNote(String note)
public String getDiscussionId()
public void setDiscussionId(String discussionId)
public String getType()
public void setType(String type)
public NoteEvent.NoteableType getNoteableType()
public void NoteableType(NoteEvent.NoteableType notableType)
public Long getAuthorId()
public void setAuthorId(Long authorId)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public Long getProjectId()
public void setProjectId(Long projectId)
public String getAttachment()
public void setAttachment(String attachment)
public String getLineCode()
public void setLineCode(String lineCode)
public String getCommitId()
public void setCommitId(String commitId)
public Long getNoteableId()
public void setNoteableId(Long noteableId)
public Boolean getSystem()
public void setSystem(Boolean system)
public Diff getStDiff()
public void setStDiff(Diff stDiff)
public String getUrl()
public void setUrl(String url)
Copyright © 2022. All rights reserved.