}
if (typedProperties.containsProperty(CONTENT_ENCODING_SS))
{
properties.setContentEncoding(Symbol.getSymbol(typedProperties.getSimpleStringProperty(CONTENT_ENCODING_SS).toString()));
}
if (typedProperties.containsProperty(ABSOLUTE_EXPIRY_TIME_SS))
{
calendar.setTimeInMillis(typedProperties.getLongProperty(ABSOLUTE_EXPIRY_TIME_SS));
properties.setAbsoluteExpiryTime(calendar.getTime());
}
if (typedProperties.containsProperty(CREATION_TIME_SS))