public class Note extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Note.NotableType |
Constructor and Description |
---|
Note() |
Modifier and Type | Method and Description |
---|---|
String |
getAttachment() |
Author |
getAuthor() |
String |
getBody() |
Date |
getCreatedAt() |
Boolean |
getDownvote() |
Date |
getExpiresAt() |
String |
getFileName() |
Integer |
getId() |
Integer |
getNoteableId() |
Note.NotableType |
getNoteableType() |
Boolean |
getSystem() |
String |
getTitle() |
String |
getUpdatedAt() |
Boolean |
getUpvote() |
void |
setAttachment(String attachment) |
void |
setAuthor(Author author) |
void |
setBody(String body) |
void |
setCreatedAt(Date createdAt) |
void |
setDownvote(Boolean downvote) |
void |
setExpiresAt(Date expiresAt) |
void |
setFileName(String fileName) |
void |
setId(Integer id) |
void |
setNoteableId(Integer noteableId) |
void |
setNoteableType(Note.NotableType noteableType) |
void |
setSystem(Boolean system) |
void |
setTitle(String title) |
void |
setUpdatedAt(String updatedAt) |
void |
setUpvote(Boolean upvote) |
public String getAttachment()
public void setAttachment(String attachment)
public Author getAuthor()
public void setAuthor(Author author)
public String getBody()
public void setBody(String body)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Boolean getDownvote()
public void setDownvote(Boolean downvote)
public Date getExpiresAt()
public void setExpiresAt(Date expiresAt)
public String getFileName()
public void setFileName(String fileName)
public Integer getId()
public void setId(Integer id)
public Integer getNoteableId()
public void setNoteableId(Integer noteableId)
public Note.NotableType getNoteableType()
public void setNoteableType(Note.NotableType noteableType)
public Boolean getSystem()
public void setSystem(Boolean system)
public String getTitle()
public void setTitle(String title)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public Boolean getUpvote()
public void setUpvote(Boolean upvote)
Copyright © 2017. All rights reserved.