> @@ -197,6 +198,16 @@ public URI getUri() {
>     }
>  
>     @Override
> +   public String getObjectManifest() {
> +      return objectManifest;
> +   }
> +
> +   @Override
> +   public void setObjectManifest(String objectManifest) {
> +      this.objectManifest = objectManifest;
> +   }
> +
> +   @Override
>     public String toString() {
>        return String.format("[name=%s, container=%s, uri=%s, bytes=%s, 
> contentType=%s, lastModified=%s, hash=%s]", name,

Add `objectManifest` to toString, equals and hashCode?

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

Reply via email to