public class GetDocumentMetadataRequest extends Object
Constructor | Description |
---|---|
GetDocumentMetadataRequest() |
Initializes a new instance of the GetDocumentMetadataRequest class.
|
GetDocumentMetadataRequest(String filePath,
String storageName) |
Initializes a new instance of the GetDocumentMetadataRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getFilePath() |
Absolute path to a document in the storage
|
String |
getStorageName() |
StorageName which contains the document
|
int |
hashCode() |
|
void |
setFilePath(String filePath) |
|
void |
setStorageName(String storageName) |
|
String |
toString() |
public GetDocumentMetadataRequest()
public String getFilePath()
public void setFilePath(String filePath)
public String getStorageName()
public void setStorageName(String storageName)
Copyright © 2020. All rights reserved.