}
if (!Double.isNaN(repeatTime)) {
snmpClient.withRepeatTime(repeatTime);
}
if (!Double.isNaN(timeoutFromBeginning)) {
snmpClient.withTimeoutFromBeginning(timeoutFromBeginning);
}
if (!Double.isNaN(timeoutFromLastReception)) {
snmpClient.withTimeoutFromLastReception(timeoutFromLastReception);
}
if (readyFactory != null) {