if (storeMeta.hasPw()) {
requestMeta.pw( storeMeta.getPw().getIntValue());
}
if (storeMeta.hasIfNoneMatch()) {
requestMeta.ifNoneMatch(storeMeta.getIfNoneMatch());
}
if (storeMeta.hasIfNotModified()) {
requestMeta.ifNotModified(storeMeta.getIfNotModified());
}