public class FileUploadResponseParser extends Object
| Constructor and Description |
|---|
FileUploadResponseParser(String json)
CONSTRUCTOR
Create an instance of the FileUploadResponseParser using the information in the provided json.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBlobName()
Getter for the file name (blob name).
|
String |
getContainerName()
Getter for the container name in the Azure storage.
|
String |
getCorrelationId()
Getter for the Azure storage correlation identification.
|
String |
getHostName()
Getter for the Azure storage host name.
|
String |
getSasToken()
Getter for the file sasToken.
|
public FileUploadResponseParser(String json) throws IllegalArgumentException
json - is the string that contains a valid json with the FileUpload response.IllegalArgumentException - if the json is null, empty, or not valid.public String getCorrelationId()
public String getHostName()
public String getContainerName()
public String getBlobName()
public String getSasToken()
Copyright © 2019. All rights reserved.