> +   /**
> +    * @see 
> org.jclouds.googlecomputeengine.domain.BackendService#getFingerprint()
> +    */
> +   public String getFingerprint() {
> +      return fingerprint;
> +   }
> +
> +   /**
> +    * @see 
> org.jclouds.googlecomputeengine.domain.BackendService#getFingerprint()
> +    */
> +   public BackendServiceOptions fingerprint(String fingerprint) {
> +      this.fingerprint = fingerprint;
> +      return this;
> +   }
> +
> +   /**

just delete the hashCode/equals/toString on these options classes for now. We 
will convert these to auto later anyway.

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

Reply via email to