public class CommentQueryRequest extends PaginateRequest
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected String |
contentLike |
protected Date |
createdAfter |
protected Date |
createdBefore |
protected String |
scopeId |
protected String |
scopeType |
protected Date |
updatedAfter |
protected Date |
updatedBefore |
protected String |
userId |
order, size, sort, start
Constructor and Description |
---|
CommentQueryRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getContentLike() |
Date |
getCreatedAfter() |
Date |
getCreatedBefore() |
String |
getScopeId() |
String |
getScopeType() |
Date |
getUpdatedAfter() |
Date |
getUpdatedBefore() |
String |
getUserId() |
void |
setContent(String content) |
void |
setContentLike(String contentLike) |
void |
setCreatedAfter(Date createdAfter) |
void |
setCreatedBefore(Date createdBefore) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setUpdatedAfter(Date updatedAfter) |
void |
setUpdatedBefore(Date updatedBefore) |
void |
setUserId(String userId) |
protected String content
protected String userId
protected String scopeId
protected String scopeType
protected Date createdAfter
protected Date createdBefore
protected Date updatedAfter
protected Date updatedBefore
protected String contentLike
public String getScopeId()
public void setScopeId(String scopeId)
public String getScopeType()
public void setScopeType(String scopeType)
public String getContent()
public void setContent(String content)
public String getUserId()
public void setUserId(String userId)
public Date getCreatedAfter()
public void setCreatedAfter(Date createdAfter)
public Date getCreatedBefore()
public void setCreatedBefore(Date createdBefore)
public Date getUpdatedAfter()
public void setUpdatedAfter(Date updatedAfter)
public Date getUpdatedBefore()
public void setUpdatedBefore(Date updatedBefore)
public String getContentLike()
public void setContentLike(String contentLike)