FileUploadNotification Class
Definition
public class FileUploadNotification
- Inheritance
-
java.lang.ObjectFileUploadNotification
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate) |
Methods
| getBlobName() |
Getter for BlobName |
| getBlobSizeInBytes() |
Getter for BlobSize in Bytes |
| getBlobUri() |
Getter for BlobUri |
| getDeviceId() |
Getter for Device ID |
| getEnqueuedTimeUtcDate() |
Getter for EnqueuedTimeUtcDate |
| getLastUpdatedTimeDate() |
Getter for LastUpdatedTimeDate |