Web-based responsive document annotation tool
activeannoservice / project.filter / DateGreaterThanEquals
class DateGreaterThanEquals :
FilterCondition
Filter based on a mapping a date string to timestamp and then performing GTE on the value provided.
Name | Summary |
---|---|
<init> | Filter based on a mapping a date string to timestamp and then performing GTE on the value provided.DateGreaterThanEquals(objectKey: String , mongoDateFormat: String , value: Long ) |
Name | Summary |
---|---|
mongoDateFormat | val mongoDateFormat: String |
objectKey | val objectKey: String |
value | val value: Long |
Name | Summary |
---|---|
equals | fun equals(other: Any ?): Boolean |
hashCode | fun hashCode(): Int |