public class KnowledgeLogCountQueryImpl extends Object implements KnowledgeLogCountQuery
| 构造器和说明 |
|---|
KnowledgeLogCountQueryImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
KnowledgeLogCountQuery |
dateBegin(Date date) |
KnowledgeLogCountQuery |
dateEnd(Date date) |
KnowledgeLogCountQuery |
groupId(String groupId) |
List<RuleExecVO> |
listExec() |
List<RuleExecVO> |
listTime() |
KnowledgeLogCountQuery |
packageId(Long packageId) |
KnowledgeLogCountQuery |
packageName(String packageName) |
KnowledgeLogCountQuery |
projectId(Long projectId) |
KnowledgeLogCountQuery |
user(String user) |
public KnowledgeLogCountQuery projectId(Long projectId)
projectId 在接口中 KnowledgeLogCountQuerypublic KnowledgeLogCountQuery groupId(String groupId)
groupId 在接口中 KnowledgeLogCountQuerypublic KnowledgeLogCountQuery user(String user)
user 在接口中 KnowledgeLogCountQuerypublic KnowledgeLogCountQuery packageId(Long packageId)
packageId 在接口中 KnowledgeLogCountQuerypublic KnowledgeLogCountQuery packageName(String packageName)
packageName 在接口中 KnowledgeLogCountQuerypublic KnowledgeLogCountQuery dateBegin(Date date)
dateBegin 在接口中 KnowledgeLogCountQuerypublic KnowledgeLogCountQuery dateEnd(Date date)
dateEnd 在接口中 KnowledgeLogCountQuerypublic List<RuleExecVO> listTime()
listTime 在接口中 KnowledgeLogCountQuerypublic List<RuleExecVO> listExec()
listExec 在接口中 KnowledgeLogCountQueryCopyright © 2023 Bstek. All rights reserved.