Class RetriesDto


  • public class RetriesDto
    extends Object
    RetriesDto
    • Constructor Detail

      • RetriesDto

        public RetriesDto()
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object