Package org.openapitools.client.model
Class RetriesDto
- java.lang.Object
-
- org.openapitools.client.model.RetriesDto
-
public class RetriesDto extends Object
RetriesDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_RETRIES
-
Constructor Summary
Constructors Constructor Description RetriesDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetRetries()The number of retries to set for the resource.inthashCode()RetriesDtoretries(Integer retries)voidsetRetries(Integer retries)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RETRIES
public static final String SERIALIZED_NAME_RETRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
retries
public RetriesDto retries(Integer retries)
-
getRetries
public Integer getRetries()
The number of retries to set for the resource. Must be >= 0. If this is 0, an incident is created and the task, or job, cannot be fetched, or acquired anymore unless the retries are increased again. Can not be null.- Returns:
- retries
-
setRetries
public void setRetries(Integer retries)
-
-