}
if (storeMeta.hasDw()) {
requestMeta.dw(storeMeta.getDw());
}
if (storeMeta.hasReturnBody()) {
requestMeta.returnBody(storeMeta.getReturnBody());
}
String contentType = riakObject.getContentType();
if (contentType != null) {
requestMeta.contentType(contentType);