Class Issue
java.lang.Object
edu.sustech.search.engine.github.models.issue.Issue
Issue Search Result Item
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBody()
getDraft()
getId()
getScore()
getState()
getTitle()
getUrl()
getUser()
int
hashCode()
void
setActiveLockReason
(String activeLockReason) void
setAssignee
(User assignee) void
setAssignees
(List<User> assignees) void
setAuthorAssociation
(AuthorAssociation authorAssociation) void
void
setBodyHtml
(String bodyHtml) void
setBodyText
(String bodyText) void
setClosedAt
(Date closedAt) void
setComments
(Integer comments) void
setCommentsUrl
(URI commentsUrl) void
setCreatedAt
(Date createdAt) void
void
setEventsUrl
(URI eventsUrl) void
setGitHubApp
(GitHubApp gitHubApp) void
setHtmlUrl
(URI htmlUrl) void
void
void
setLabelsUrl
(String labelsUrl) void
void
setMilestone
(Milestone milestone) void
void
void
setPullRequest
(PullRequest pullRequest) void
setReactions
(Reactions reactions) void
setRepository
(Repository repository) void
setRepositoryUrl
(URI repositoryUrl) void
void
void
setTextMatches
(List<TextMatch> textMatches) void
setTimelineUrl
(URI timelineUrl) void
void
setUpdatedAt
(Date updatedAt) void
void
-
Constructor Details
-
Issue
public Issue()
-
-
Method Details
-
getUrl
-
setUrl
-
getRepositoryUrl
-
setRepositoryUrl
-
getLabelsUrl
-
setLabelsUrl
-
getCommentsUrl
-
setCommentsUrl
-
getEventsUrl
-
setEventsUrl
-
getHtmlUrl
-
setHtmlUrl
-
getId
-
setId
-
getNodeId
-
setNodeId
-
getNumber
-
setNumber
-
getTitle
-
setTitle
-
getLocked
-
setLocked
-
getActiveLockReason
-
setActiveLockReason
-
getAssignees
-
setAssignees
-
getUser
-
setUser
-
getLabels
-
setLabels
-
getState
-
setState
-
getAssignee
-
setAssignee
-
getMilestone
-
setMilestone
-
getComments
-
setComments
-
getCreatedAt
-
setCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
getClosedAt
-
setClosedAt
-
getTextMatches
-
setTextMatches
-
getPullRequest
-
setPullRequest
-
getBody
-
setBody
-
getScore
-
setScore
-
getAuthorAssociation
-
setAuthorAssociation
-
getDraft
-
setDraft
-
getRepository
-
setRepository
-
getBodyHtml
-
setBodyHtml
-
getBodyText
-
setBodyText
-
getTimelineUrl
-
setTimelineUrl
-
getGitHubApp
-
setGitHubApp
-
getReactions
-
setReactions
-
equals
-
hashCode
public int hashCode()
-