}
if (store.hasDefined(ModelKeys.HOTROD_WRAPPING)) {
builder.hotRodWrapping(store.require(ModelKeys.HOTROD_WRAPPING).asBoolean());
}
if (store.hasDefined(ModelKeys.RAW_VALUES)) {
builder.rawValues(store.require(ModelKeys.RAW_VALUES).asBoolean());
}
if (store.hasDefined(ModelKeys.SOCKET_TIMEOUT)) {
builder.socketTimeout(store.require(ModelKeys.SOCKET_TIMEOUT).asLong());
}
if (store.hasDefined(ModelKeys.TCP_NO_DELAY)) {