return null;
return new BigInteger(historyIdString);
}
public Date getStartDate(UpdateInfo updateInfo, ObjectType ot) {
ApiKey apiKey = updateInfo.apiKey;
String updateKeyName = "SMSBackup." + ot.getName() + ".updateStartDate";
String updateStartDate = guestService.getApiKeyAttribute(apiKey, updateKeyName);
if(updateStartDate == null) {