FileUploadNotification Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.FileUploadNotification

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 BlobName

java.lang.Long getBlobSizeInBytes()

Getter for BlobSize in Bytes

java.lang.String getBlobUri()

Getter for BlobUri

java.lang.String getDeviceId()

Getter for Device ID

java.util.Date getEnqueuedTimeUtcDate()

Getter for EnqueuedTimeUtcDate

java.util.Date getLastUpdatedTimeDate()

Getter for LastUpdatedTimeDate

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals 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 java.lang.Object.wait

Constructor Details

FileUploadNotification

public FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate)

Parameters:

deviceId
blobUri
blobName
lastUpdatedTimeDate
blobSizeInBytes
enqueuedTimeUtcDate

Throws:

java.io.IOException

Method Details

getBlobName

public String getBlobName()

Getter for BlobName

Returns:

BlobName

getBlobSizeInBytes

public Long getBlobSizeInBytes()

Getter for BlobSize in Bytes

Returns:

BlobSize in Bytes

getBlobUri

public String getBlobUri()

Getter for BlobUri

Returns:

BlobUri String

getDeviceId

public String getDeviceId()

Getter for Device ID

Returns:

device id

getEnqueuedTimeUtcDate

public Date getEnqueuedTimeUtcDate()

Getter for EnqueuedTimeUtcDate

Returns:

EnqueuedTimeUtcDate

getLastUpdatedTimeDate

public Date getLastUpdatedTimeDate()

Getter for LastUpdatedTimeDate

Returns:

LastUpdatedTimeDate

Applies to