public static final class OrcaOobUtil.OrcaReportingConfig.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
OrcaOobUtil.OrcaReportingConfig |
build()
Creates a new
OrcaOobUtil.OrcaReportingConfig object. |
OrcaOobUtil.OrcaReportingConfig.Builder |
setReportInterval(long reportInterval,
TimeUnit unit)
Sets the maximum expected interval of receiving out-of-band ORCA report.
|
public OrcaOobUtil.OrcaReportingConfig.Builder setReportInterval(long reportInterval, TimeUnit unit)
reportInterval - the maximum expected interval of receiving periodical ORCA reports.unit - time unit of reportInterval value.public OrcaOobUtil.OrcaReportingConfig build()
OrcaOobUtil.OrcaReportingConfig object.