return license;
}
public static SystemPropertyDto propertyPut() {
SystemPropertyDto property = new SystemPropertyDto();
property.setId(1);
property.setDescription("Time interval in seconds");
property.setValue("10");
property.setName("api.applibrary.ovfpackagesDownloadingProgressUpdateInterval");
property.addLink(new RESTLink("edit", "http://localhost/api/config/properties/1"));
return property;
}