public class CopyOptions extends Object
| 构造器和说明 |
|---|
CopyOptions() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021. All rights reserved.