ScheduleFilters

constructor(ids: List<Int>? = null, orderIds: List<Int>? = null, dockIds: List<Int>? = null, sequences: List<Int>? = null, stateNames: List<String>? = null, jobs: List<JobType>? = null, dateInit: List<String>? = null, dateEnd: List<String>? = null, hourInit: List<String>? = null, hourEnd: List<String>? = null, arrivalQueueDate: List<String>? = null, arrivalQueueHour: List<String>? = null, dateEventInit: List<String>? = null, hourEventInit: List<String>? = null, dateEventEnd: List<String>? = null, hourEventEnd: List<String>? = null, companyIds: List<Int>? = null, addedOnDates: List<String>? = null, updateOnDates: List<String>? = null)