FileUploadNotification Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. FileUploadNotification
- com.
public class FileUploadNotification
Constructor | Description | |
---|---|---|
File |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get Getter for Blob |
java.lang.Long |
get Getter for Blob |
java.lang.String |
get Getter for Blob |
java.lang.String |
get Getter for Device ID |
java.util.Date |
get Getter for Enqueued |
java.util.Date |
get Getter for Last |
FileUploadNotification
public FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate)
Parameters:
Throws:
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:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: