public class FileUploadNotificationParser extends Object
| Constructor and Description |
|---|
FileUploadNotificationParser(String json)
CONSTRUCTOR
Create an instance of the FileUploadNotification using the information in the provided json.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBlobName()
Getter for the file name.
|
Long |
getBlobSizeInBytesTag()
Getter for the file size.
|
String |
getBlobUri()
Getter for the file uri.
|
String |
getDeviceId()
Getter for the device identification.
|
Date |
getEnqueuedTimeUtc()
Getter for the enqueued time UTC.
|
Date |
getLastUpdatedTime()
Getter for the last update time.
|
public FileUploadNotificationParser(String json) throws IllegalArgumentException
json - is the string that contains a valid json with the FileUpload notification.IllegalArgumentException - if the json is null, empty, or not valid.public String getDeviceId()
public String getBlobUri()
public String getBlobName()
public Date getLastUpdatedTime()
public Date getEnqueuedTimeUtc()
public Long getBlobSizeInBytesTag()
Copyright © 2019. All rights reserved.