Class Issue
java.lang.Object
edu.sustech.search.engine.github.models.issue.Issue
Issue Search Result Item
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBody()getDraft()getId()getScore()getState()getTitle()getUrl()getUser()inthashCode()voidsetActiveLockReason(String activeLockReason) voidsetAssignee(User assignee) voidsetAssignees(List<User> assignees) voidsetAuthorAssociation(AuthorAssociation authorAssociation) voidvoidsetBodyHtml(String bodyHtml) voidsetBodyText(String bodyText) voidsetClosedAt(Date closedAt) voidsetComments(Integer comments) voidsetCommentsUrl(URI commentsUrl) voidsetCreatedAt(Date createdAt) voidvoidsetEventsUrl(URI eventsUrl) voidsetGitHubApp(GitHubApp gitHubApp) voidsetHtmlUrl(URI htmlUrl) voidvoidvoidsetLabelsUrl(String labelsUrl) voidvoidsetMilestone(Milestone milestone) voidvoidvoidsetPullRequest(PullRequest pullRequest) voidsetReactions(Reactions reactions) voidsetRepository(Repository repository) voidsetRepositoryUrl(URI repositoryUrl) voidvoidvoidsetTextMatches(List<TextMatch> textMatches) voidsetTimelineUrl(URI timelineUrl) voidvoidsetUpdatedAt(Date updatedAt) voidvoid
-
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()
-