public interface BundleUploadWorkerTaskOutput
Represents the result of a bundle uploading worker task.
The interface provides access to information about the uploaded bundle.
Clients shouldn't implement this interface.
| public BundleIdentifier | Gets the identifier of the uploaded bundle. |
| public String | getMD5() Gets the MD5 hash of the bundle contents that was uploaded. |
| public String | Gets the SHA256 hash of the bundle contents that was uploaded. |
Gets the identifier of the uploaded bundle.
The identifier.
Gets the
MD5 hash of the bundle contents that was uploaded.The
MD5 hash in a hexa encoded format.Gets the
SHA256 hash of the bundle contents that was uploaded.The
SHA256 hash in a hexa encoded format.