Class Article

    • Constructor Detail

      • Article

        public Article()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getHtmlUrl

        public String getHtmlUrl()
      • setHtmlUrl

        public void setHtmlUrl​(String htmlUrl)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getLocale

        public String getLocale()
      • setLocale

        public void setLocale​(String locale)
      • getSourceLocale

        public String getSourceLocale()
      • setSourceLocale

        public void setSourceLocale​(String sourceLocale)
      • getAuthorId

        public Long getAuthorId()
      • setAuthorId

        public void setAuthorId​(Long authorId)
      • getCommentsDisabled

        public Boolean getCommentsDisabled()
      • setCommentsDisabled

        public void setCommentsDisabled​(Boolean commentsDisabled)
      • getOutdated

        public Boolean getOutdated()
      • setOutdated

        public void setOutdated​(Boolean outdated)
      • getOutdatedLocales

        public List<String> getOutdatedLocales()
      • setOutdatedLocales

        public void setOutdatedLocales​(List<String> outdatedLocales)
      • getLabelNames

        public List<String> getLabelNames()
      • setLabelNames

        public void setLabelNames​(List<String> labelNames)
      • getDraft

        public Boolean getDraft()
      • setDraft

        public void setDraft​(Boolean draft)
      • getPromoted

        public Boolean getPromoted()
      • setPromoted

        public void setPromoted​(Boolean promoted)
      • getPosition

        public Long getPosition()
      • setPosition

        public void setPosition​(Long position)
      • getVoteSum

        public Long getVoteSum()
      • setVoteSum

        public void setVoteSum​(Long voteSum)
      • getVoteCount

        public Long getVoteCount()
      • setVoteCount

        public void setVoteCount​(Long voteCount)
      • getSectionId

        public Long getSectionId()
      • setSectionId

        public void setSectionId​(Long sectionId)
      • getUserSegmentId

        public Long getUserSegmentId()
      • setUserSegmentId

        public void setUserSegmentId​(Long userSegmentId)
      • getPermissionGroupId

        public Long getPermissionGroupId()
      • setPermissionGroupId

        public void setPermissionGroupId​(Long permissionGroupId)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)
      • getEditedAt

        public Date getEditedAt()
      • setEditedAt

        public void setEditedAt​(Date editedAt)