FileUploadNotification Class  
	- java.
lang. Object  - com.
microsoft. azure. sdk. iot. service. FileUploadNotification  
- com.
 
public class FileUploadNotification
Constructor Summary
| Constructor | Description | |
|---|---|---|
| FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate) | ||
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | 
							getBlobName()
								 Getter for Blob  | 
					
| java.lang.Long | 
							getBlobSizeInBytes()
								 Getter for Blob  | 
					
| java.lang.String | 
							getBlobUri()
								 Getter for Blob  | 
					
| java.lang.String | 
							getDeviceId()
								 Getter for Device ID  | 
					
| java.util.Date | 
							getEnqueuedTimeUtcDate()
								 Getter for Enqueued  | 
					
| java.util.Date | 
							getLastUpdatedTimeDate()
								 Getter for Last  | 
					
Methods inherited from java.lang.Object
Constructor Details
FileUploadNotification
public FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate)
Parameters:
Throws:
Method Details
getBlobName
public String getBlobName()
Getter for BlobName
Returns:
getBlobSizeInBytes
public Long getBlobSizeInBytes()
Getter for BlobSize in Bytes
Returns:
getBlobUri
public String getBlobUri()
Getter for BlobUri
Returns:
getDeviceId
public String getDeviceId()
Getter for Device ID
Returns:
getEnqueuedTimeUtcDate
public Date getEnqueuedTimeUtcDate()
Getter for EnqueuedTimeUtcDate
Returns:
getLastUpdatedTimeDate
public Date getLastUpdatedTimeDate()
Getter for LastUpdatedTimeDate
Returns: