> +    * @return possible object is {@link String }
> +    *
> +    */
> +   public String getRequestId() {
> +      return requestId;
> +   }
> +
> +   /**
> +    * Sets the value of the requestId property.
> +    *
> +    * @param value allowed object is {@link String }
> +    *
> +    */
> +   public void setRequestId(String value) {
> +      this.requestId = value;
> +   }

In jclouds we implement hashCode, equals and toString in every object of the 
domain model. Could you also add those methods in the domain objects?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72/files#r17229475

Reply via email to