public class CopyOptions extends Object
| Constructor and Description |
|---|
CopyOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRetry() |
long |
getRetryIntervalMs() |
int |
getTimeoutMs() |
void |
setMaxRetry(int maxRetry) |
void |
setRetryIntervalMs(long retryIntervalMs) |
void |
setTimeoutMs(int timeoutMs) |
public int getMaxRetry()
public void setMaxRetry(int maxRetry)
public long getRetryIntervalMs()
public void setRetryIntervalMs(long retryIntervalMs)
public int getTimeoutMs()
public void setTimeoutMs(int timeoutMs)
Copyright © 2024. All rights reserved.