@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class BatchStatisticsDtoAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COMPLETED_JOBS |
static String |
SERIALIZED_NAME_FAILED_JOBS |
static String |
SERIALIZED_NAME_REMAINING_JOBS |
Constructor and Description |
---|
BatchStatisticsDtoAllOf() |
Modifier and Type | Method and Description |
---|---|
BatchStatisticsDtoAllOf |
completedJobs(Integer completedJobs) |
boolean |
equals(Object o) |
BatchStatisticsDtoAllOf |
failedJobs(Integer failedJobs) |
Integer |
getCompletedJobs()
The number of completed batch execution jobs.
|
Integer |
getFailedJobs()
The number of failed batch execution jobs.
|
Integer |
getRemainingJobs()
The number of remaining batch execution jobs.
|
int |
hashCode() |
BatchStatisticsDtoAllOf |
remainingJobs(Integer remainingJobs) |
void |
setCompletedJobs(Integer completedJobs) |
void |
setFailedJobs(Integer failedJobs) |
void |
setRemainingJobs(Integer remainingJobs) |
String |
toString() |
public static final String SERIALIZED_NAME_REMAINING_JOBS
public static final String SERIALIZED_NAME_COMPLETED_JOBS
public static final String SERIALIZED_NAME_FAILED_JOBS
public BatchStatisticsDtoAllOf remainingJobs(Integer remainingJobs)
@Nullable public Integer getRemainingJobs()
public void setRemainingJobs(Integer remainingJobs)
public BatchStatisticsDtoAllOf completedJobs(Integer completedJobs)
@Nullable public Integer getCompletedJobs()
public void setCompletedJobs(Integer completedJobs)
public BatchStatisticsDtoAllOf failedJobs(Integer failedJobs)
@Nullable public Integer getFailedJobs()
public void setFailedJobs(Integer failedJobs)
Copyright © 2022. All rights reserved.