> + @Nullable String requiredUser, @Nullable
> String version, int controlPanel,
> + String upgradeSoftwareDescriptionId, String
> upgradeSwDescId, String virtualLicense,
> + String virtualizationPlatform) {
> + this.id = id;
> + this.longDescription = longDescription;
> + this.manufacturer = manufacturer;
> + this.name = name;
> + this.operatingSystem = operatingSystem;
> + this.referenceCode = referenceCode;
> + this.requiredUser = requiredUser;
> + this.version = version;
> + this.controlPanel = controlPanel;
> + this.upgradeSoftwareDescriptionId = upgradeSoftwareDescriptionId;
> + this.upgradeSwDescId = upgradeSwDescId;
> + this.virtualLicense = virtualLicense;
> + this.virtualizationPlatform = virtualizationPlatform;
Add null checks for all non-nullable properties.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r11138792