public class BatchLogQueryImpl extends Object implements BatchLogQuery
| 构造器和说明 |
|---|
BatchLogQueryImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchLogQuery |
batchId(Long batchId) |
BatchLogQuery |
batchNameLike(String batchName) |
BatchLogQuery |
dateBegin(Date date) |
BatchLogQuery |
dateEnd(Date date) |
BatchLog |
details(Long id)
获取日志详情
|
BatchLogQuery |
groupId(String groupId) |
BatchLogQuery |
ip(String ip) |
BatchLogQuery |
orderTime() |
Page<BatchLog> |
paging(int pageIndex,
int pageSize) |
BatchLogQuery |
projectId(Long projectId) |
BatchLogQuery |
status(String status) |
BatchLogQuery |
user(String user) |
public BatchLogQuery groupId(String groupId)
groupId 在接口中 BatchLogQuerypublic BatchLogQuery projectId(Long projectId)
projectId 在接口中 BatchLogQuerypublic BatchLogQuery batchId(Long batchId)
batchId 在接口中 BatchLogQuerypublic BatchLogQuery user(String user)
user 在接口中 BatchLogQuerypublic BatchLogQuery batchNameLike(String batchName)
batchNameLike 在接口中 BatchLogQuerypublic BatchLogQuery dateBegin(Date date)
dateBegin 在接口中 BatchLogQuerypublic BatchLogQuery dateEnd(Date date)
dateEnd 在接口中 BatchLogQuerypublic Page<BatchLog> paging(int pageIndex, int pageSize)
paging 在接口中 BatchLogQuerypublic BatchLogQuery orderTime()
orderTime 在接口中 BatchLogQuerypublic BatchLogQuery ip(String ip)
ip 在接口中 BatchLogQuerypublic BatchLogQuery status(String status)
status 在接口中 BatchLogQuerypublic BatchLog details(Long id)
BatchLogQuerydetails 在接口中 BatchLogQueryid - 日志IDCopyright © 2023 Bstek. All rights reserved.