Package org.openapitools.client.model
Class BatchStatisticsDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.BatchStatisticsDtoAllOf
-
public class BatchStatisticsDtoAllOf extends Object
BatchStatisticsDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COMPLETED_JOBSstatic StringSERIALIZED_NAME_FAILED_JOBSstatic StringSERIALIZED_NAME_REMAINING_JOBS
-
Constructor Summary
Constructors Constructor Description BatchStatisticsDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchStatisticsDtoAllOfcompletedJobs(Integer completedJobs)booleanequals(Object o)BatchStatisticsDtoAllOffailedJobs(Integer failedJobs)IntegergetCompletedJobs()The number of completed batch execution jobs.IntegergetFailedJobs()The number of failed batch execution jobs.IntegergetRemainingJobs()The number of remaining batch execution jobs.inthashCode()BatchStatisticsDtoAllOfremainingJobs(Integer remainingJobs)voidsetCompletedJobs(Integer completedJobs)voidsetFailedJobs(Integer failedJobs)voidsetRemainingJobs(Integer remainingJobs)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_REMAINING_JOBS
public static final String SERIALIZED_NAME_REMAINING_JOBS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMPLETED_JOBS
public static final String SERIALIZED_NAME_COMPLETED_JOBS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FAILED_JOBS
public static final String SERIALIZED_NAME_FAILED_JOBS
- See Also:
- Constant Field Values
-
-
Method Detail
-
remainingJobs
public BatchStatisticsDtoAllOf remainingJobs(Integer remainingJobs)
-
getRemainingJobs
public Integer getRemainingJobs()
The number of remaining batch execution jobs. This does include failed batch execution jobs and batch execution jobs which still have to be created by the seed job.- Returns:
- remainingJobs
-
setRemainingJobs
public void setRemainingJobs(Integer remainingJobs)
-
completedJobs
public BatchStatisticsDtoAllOf completedJobs(Integer completedJobs)
-
getCompletedJobs
public Integer getCompletedJobs()
The number of completed batch execution jobs. This does include aborted/deleted batch execution jobs.- Returns:
- completedJobs
-
setCompletedJobs
public void setCompletedJobs(Integer completedJobs)
-
failedJobs
public BatchStatisticsDtoAllOf failedJobs(Integer failedJobs)
-
getFailedJobs
public Integer getFailedJobs()
The number of failed batch execution jobs. This does not include aborted or deleted batch execution jobs.- Returns:
- failedJobs
-
setFailedJobs
public void setFailedJobs(Integer failedJobs)
-
-