> + */
> + public String getUserId() {
> + return this.userId;
> + }
> +
> + /**
> + * @return the tenant id of this Profile.
> + */
> + public String getTenantId() {
> + return this.tenantId;
> + }
> +
> + /**
> + * @return the links to this Profile.
> + */
> + public ImmutableList<Link> getLinks() {Are these links useful to jclouds users? If not, remove them. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9548763
