> + this.softwareDescriptionId = softwareDescriptionId;
> + }
> +
> + public int getId() {
> + return this.id;
> + }
> +
> + @Nullable
> + public SoftwareDescription getSoftwareDescription() {
> + return this.softwareDescription;
> + }
> +
> + /**
> + * @return A longer location description.
> + */
> + @NullablePrimitive types can't be null. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/296/files#r11138825
