> + }
> +
> + public String getRemoteBlobName() {
> + return remoteBlobName;
> + }
> +
> + public File getLocalFile() {
> + return localFile;
> + }
> +
> + public String getETag() {
> + return eTag;
> + }
> +
> + public boolean isUploaded() {
> + return eTag != null;
Yes that's intentional. The object is immutable. I don't think we need to add
another var as it's value can always be derived.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/11/files#r5439005