@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class SetJobRetriesDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_JOB_IDS |
static String |
SERIALIZED_NAME_JOB_QUERY |
static String |
SERIALIZED_NAME_RETRIES |
Constructor and Description |
---|
SetJobRetriesDto() |
Modifier and Type | Method and Description |
---|---|
SetJobRetriesDto |
addJobIdsItem(String jobIdsItem) |
boolean |
equals(Object o) |
List<String> |
getJobIds()
A list of job ids to set retries for.
|
JobQueryDto |
getJobQuery()
Get jobQuery
|
Integer |
getRetries()
An integer representing the number of retries.
|
int |
hashCode() |
SetJobRetriesDto |
jobIds(List<String> jobIds) |
SetJobRetriesDto |
jobQuery(JobQueryDto jobQuery) |
SetJobRetriesDto |
retries(Integer retries) |
void |
setJobIds(List<String> jobIds) |
void |
setJobQuery(JobQueryDto jobQuery) |
void |
setRetries(Integer retries) |
String |
toString() |
public static final String SERIALIZED_NAME_JOB_IDS
public static final String SERIALIZED_NAME_JOB_QUERY
public static final String SERIALIZED_NAME_RETRIES
public SetJobRetriesDto jobIds(List<String> jobIds)
public SetJobRetriesDto addJobIdsItem(String jobIdsItem)
@Nullable public List<String> getJobIds()
public SetJobRetriesDto jobQuery(JobQueryDto jobQuery)
@Nullable public JobQueryDto getJobQuery()
public void setJobQuery(JobQueryDto jobQuery)
public SetJobRetriesDto retries(Integer retries)
@Nullable public Integer getRetries()
public void setRetries(Integer retries)
Copyright © 2022. All rights reserved.