public class FileUploadNotification extends Object
| Constructor and Description |
|---|
FileUploadNotification(String deviceId,
String blobUri,
String blobName,
Date lastUpdatedTimeDate,
Long blobSizeInBytes,
Date enqueuedTimeUtcDate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlobName()
Getter for BlobName
|
Long |
getBlobSizeInBytes()
Getter for BlobSize in Bytes
|
String |
getBlobUri()
Getter for BlobUri
|
String |
getDeviceId()
Getter for Device ID
|
Date |
getEnqueuedTimeUtcDate()
Getter for EnqueuedTimeUtcDate
|
Date |
getLastUpdatedTimeDate()
Getter for LastUpdatedTimeDate
|
public FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate) throws IOException
IOExceptionpublic String getDeviceId()
public String getBlobUri()
public String getBlobName()
public Date getLastUpdatedTimeDate()
public Long getBlobSizeInBytes()
public Date getEnqueuedTimeUtcDate()
Copyright © 2017. All rights reserved.