public class SecovidReportingFilter extends Object implements Serializable
Constructor and Description |
---|
SecovidReportingFilter() |
SecovidReportingFilter(Date from,
Date to,
String userId,
SecovidAction action,
SecovidReportingStatus status,
String details,
String operator,
Integer limit,
Integer offset) |
Modifier and Type | Method and Description |
---|---|
SecovidAction |
getAction() |
String |
getDetails() |
Date |
getFrom() |
Integer |
getLimit() |
Integer |
getOffset() |
String |
getOperator() |
SecovidReportingStatus |
getStatus() |
Date |
getTo() |
String |
getUserId() |
void |
setAction(SecovidAction action) |
void |
setDetails(String details) |
void |
setFrom(Date from) |
void |
setLimit(Integer limit) |
void |
setOffset(Integer offset) |
void |
setOperator(String operator) |
void |
setStatus(SecovidReportingStatus status) |
void |
setTo(Date to) |
void |
setUserId(String userId) |
String |
toString() |
public SecovidReportingFilter()
public SecovidReportingFilter(Date from, Date to, String userId, SecovidAction action, SecovidReportingStatus status, String details, String operator, Integer limit, Integer offset)
from
- - precision during comparison is secondsto
- - precision during comparison is secondsuserId
- - a SSMS known user idaction
- - the related actionstatus
- - the related statusdetails
- - a filter for the details. Use *(asterik) as wildcard symboloperator
- - the operator rolelimit
- - the desired limit. In case it is higher than the limit in Kernel settings, it will be reduced.offset
- - the offset from where to return the results.public Date getFrom()
public void setFrom(Date from)
from
- the from to setpublic Date getTo()
public void setTo(Date to)
to
- the to to setpublic String getUserId()
public void setUserId(String userId)
userId
- the userId to setpublic SecovidAction getAction()
public void setAction(SecovidAction action)
action
- the action to setpublic SecovidReportingStatus getStatus()
public void setStatus(SecovidReportingStatus status)
status
- the status to setpublic String getDetails()
public void setDetails(String details)
details
- the details to setpublic String getOperator()
public void setOperator(String operator)
operator
- the operator to setpublic Integer getOffset()
public void setOffset(Integer offset)
offset
- the offset to setpublic Integer getLimit()
public void setLimit(Integer limit)
limit
- the limit to setCopyright © 2022 KOBIL Systems GmbH. All rights reserved.