Class GitHubComment

    • Constructor Detail

      • GitHubComment

        public GitHubComment()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • setUser

        public void setUser​(GitHubUser user)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedA

        public void setUpdatedA​(Date updatedAt)