FileUploadNotification 类
定义
public class FileUploadNotification
- 继承
-
java.lang.ObjectFileUploadNotification
构造函数
FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate) |
方法
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 |