Class DtoAbstractJobDisqualification
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
- All Implemented Interfaces:
IDtoAbstractJobDisqualification
public abstract class DtoAbstractJobDisqualification
extends Object
implements IDtoAbstractJobDisqualification
Information about disqualified Jobs, including the reason why they were disqualified. There are no result allocations for these jobs.
-
Field Summary
Fields inherited from interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobDisqualification
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]The ids of the disqualified jobs.getType()Type discriminatorinthashCode()voidsetProductionJobs(String[] productionJobs) The ids of the disqualified jobs.withProductionJobs(String[] productionJobs) The ids of the disqualified jobs.
-
Constructor Details
-
DtoAbstractJobDisqualification
protected DtoAbstractJobDisqualification() -
DtoAbstractJobDisqualification
-
-
Method Details
-
getType
Type discriminator- Specified by:
getTypein interfaceIDtoAbstractJobDisqualification
-
getProductionJobs
The ids of the disqualified jobs. There will be no result allocation(s) for these.- Specified by:
getProductionJobsin interfaceIDtoAbstractJobDisqualification
-
setProductionJobs
The ids of the disqualified jobs. There will be no result allocation(s) for these.- Specified by:
setProductionJobsin interfaceIDtoAbstractJobDisqualification
-
equals
-
hashCode
public int hashCode() -
withProductionJobs
The ids of the disqualified jobs. There will be no result allocation(s) for these.
-