com.shephertz.app42.paas.sdk.java.storage
Class Storage
java.lang.Object
com.shephertz.app42.paas.sdk.java.App42Response
com.shephertz.app42.paas.sdk.java.storage.Storage
public class Storage
- extends App42Response
This Storage class include the setter and getter methods and extend the
App42Response class.
Nested Class Summary |
class |
Storage.JSONDocument
This class include the setter and getter methods for json doc. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
dbName
public java.lang.String dbName
docId
public java.lang.String docId
collectionName
public java.lang.String collectionName
jsonDocList
public java.util.ArrayList<Storage.JSONDocument> jsonDocList
Storage
public Storage()
getDbName
public java.lang.String getDbName()
- Returns:
- Database name
setDbName
public void setDbName(java.lang.String dbName)
- Parameters:
dbName
- Database name for storage json document
getCollectionName
public java.lang.String getCollectionName()
- Returns:
- collection name of storage
setCollectionName
public void setCollectionName(java.lang.String collectionName)
- Parameters:
collectionName
- Collection name of storage
getJsonDocList
public java.util.ArrayList<Storage.JSONDocument> getJsonDocList()
- Returns:
- json document list of storage
setJsonDocList
public void setJsonDocList(java.util.ArrayList<Storage.JSONDocument> jsonDocList)
- Parameters:
jsonDocList
- json document list of the storage