java.lang.Object
edu.sustech.search.engine.github.models.issue.Issue

@Generated("by hand, lol") public class Issue extends Object
Issue Search Result Item

  • Constructor Details

    • Issue

      public Issue()
  • Method Details

    • getUrl

      public URI getUrl()
    • setUrl

      public void setUrl(URI url)
    • getRepositoryUrl

      public URI getRepositoryUrl()
    • setRepositoryUrl

      public void setRepositoryUrl(URI repositoryUrl)
    • getLabelsUrl

      public String getLabelsUrl()
    • setLabelsUrl

      public void setLabelsUrl(String labelsUrl)
    • getCommentsUrl

      public URI getCommentsUrl()
    • setCommentsUrl

      public void setCommentsUrl(URI commentsUrl)
    • getEventsUrl

      public URI getEventsUrl()
    • setEventsUrl

      public void setEventsUrl(URI eventsUrl)
    • getHtmlUrl

      public URI getHtmlUrl()
    • setHtmlUrl

      public void setHtmlUrl(URI htmlUrl)
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getNodeId

      public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)
    • getNumber

      public Integer getNumber()
    • setNumber

      public void setNumber(Integer number)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getLocked

      public Boolean getLocked()
    • setLocked

      public void setLocked(Boolean locked)
    • getActiveLockReason

      public String getActiveLockReason()
    • setActiveLockReason

      public void setActiveLockReason(String activeLockReason)
    • getAssignees

      public List<User> getAssignees()
    • setAssignees

      public void setAssignees(List<User> assignees)
    • getUser

      public User getUser()
    • setUser

      public void setUser(User user)
    • getLabels

      public List<Label> getLabels()
    • setLabels

      public void setLabels(List<Label> labels)
    • getState

      public State getState()
    • setState

      public void setState(State state)
    • getAssignee

      public User getAssignee()
    • setAssignee

      public void setAssignee(User assignee)
    • getMilestone

      public Milestone getMilestone()
    • setMilestone

      public void setMilestone(Milestone milestone)
    • getComments

      public Integer getComments()
    • setComments

      public void setComments(Integer comments)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
    • getClosedAt

      public Date getClosedAt()
    • setClosedAt

      public void setClosedAt(Date closedAt)
    • getTextMatches

      public List<TextMatch> getTextMatches()
    • setTextMatches

      public void setTextMatches(List<TextMatch> textMatches)
    • getPullRequest

      public PullRequest getPullRequest()
    • setPullRequest

      public void setPullRequest(PullRequest pullRequest)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • getScore

      public Double getScore()
    • setScore

      public void setScore(Double score)
    • getAuthorAssociation

      public AuthorAssociation getAuthorAssociation()
    • setAuthorAssociation

      public void setAuthorAssociation(AuthorAssociation authorAssociation)
    • getDraft

      public Boolean getDraft()
    • setDraft

      public void setDraft(Boolean draft)
    • getRepository

      public Repository getRepository()
    • setRepository

      public void setRepository(Repository repository)
    • getBodyHtml

      public String getBodyHtml()
    • setBodyHtml

      public void setBodyHtml(String bodyHtml)
    • getBodyText

      public String getBodyText()
    • setBodyText

      public void setBodyText(String bodyText)
    • getTimelineUrl

      public URI getTimelineUrl()
    • setTimelineUrl

      public void setTimelineUrl(URI timelineUrl)
    • getGitHubApp

      public GitHubApp getGitHubApp()
    • setGitHubApp

      public void setGitHubApp(GitHubApp gitHubApp)
    • getReactions

      public Reactions getReactions()
    • setReactions

      public void setReactions(Reactions reactions)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object