Set how many times the request should retry if it fails.
retry
setRetry(int retry) { this.retry = retry; }