> + } else {
> + this.metadata = ImmutableMap.copyOf(metadata);
> + }
> + }
> +
> + /**
> + * @return the name of this Webhook.
> + * @see Webhook.Builder#name(String)
> + */
> + public String getName() {
> + return this.name;
> + }
> +
> + /**
> + * @return the metadata for this Webhook.
> + * @see Webhook.Builder#metadata(String)Parameter is a `Map`, not a `String`. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/48/files#r7512776
