Class CommentQueryRequest

    • Field Detail

      • content

        protected String content
      • userId

        protected String userId
      • scopeId

        protected String scopeId
      • scopeType

        protected String scopeType
      • createdAfter

        protected Date createdAfter
      • createdBefore

        protected Date createdBefore
      • updatedAfter

        protected Date updatedAfter
      • updatedBefore

        protected Date updatedBefore
      • contentLike

        protected String contentLike
    • Constructor Detail

      • CommentQueryRequest

        public CommentQueryRequest()
    • Method Detail

      • getScopeId

        public String getScopeId()
      • setScopeId

        public void setScopeId​(String scopeId)
      • getScopeType

        public String getScopeType()
      • setScopeType

        public void setScopeType​(String scopeType)
      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)
      • getCreatedAfter

        public Date getCreatedAfter()
      • setCreatedAfter

        public void setCreatedAfter​(Date createdAfter)
      • getCreatedBefore

        public Date getCreatedBefore()
      • setCreatedBefore

        public void setCreatedBefore​(Date createdBefore)
      • getUpdatedAfter

        public Date getUpdatedAfter()
      • setUpdatedAfter

        public void setUpdatedAfter​(Date updatedAfter)
      • getUpdatedBefore

        public Date getUpdatedBefore()
      • setUpdatedBefore

        public void setUpdatedBefore​(Date updatedBefore)
      • getContentLike

        public String getContentLike()
      • setContentLike

        public void setContentLike​(String contentLike)