Package com.confidentify.client.model
Class DedupJobsQueryResponse
- java.lang.Object
-
- com.confidentify.client.model.DedupJobsQueryResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class DedupJobsQueryResponse extends Object
DedupJobsQueryResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_JOBSstatic StringSERIALIZED_NAME_NEXT_PAGE
-
Constructor Summary
Constructors Constructor Description DedupJobsQueryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DedupJobsQueryResponseaddJobsItem(DedupJobBase jobsItem)booleanequals(Object o)List<DedupJobBase>getJobs()The jobs retrieved from the query.NextPageInformationgetNextPage()Get nextPageinthashCode()DedupJobsQueryResponsejobs(List<DedupJobBase> jobs)DedupJobsQueryResponsenextPage(NextPageInformation nextPage)voidsetJobs(List<DedupJobBase> jobs)voidsetNextPage(NextPageInformation nextPage)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_JOBS
public static final String SERIALIZED_NAME_JOBS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT_PAGE
public static final String SERIALIZED_NAME_NEXT_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
jobs
public DedupJobsQueryResponse jobs(List<DedupJobBase> jobs)
-
addJobsItem
public DedupJobsQueryResponse addJobsItem(DedupJobBase jobsItem)
-
getJobs
@Nullable public List<DedupJobBase> getJobs()
The jobs retrieved from the query.- Returns:
- jobs
-
setJobs
public void setJobs(List<DedupJobBase> jobs)
-
nextPage
public DedupJobsQueryResponse nextPage(NextPageInformation nextPage)
-
getNextPage
@Nullable public NextPageInformation getNextPage()
Get nextPage- Returns:
- nextPage
-
setNextPage
public void setNextPage(NextPageInformation nextPage)
-
-