Package com.testingbot.models
Class TestingBotStorageFileCollection
- java.lang.Object
-
- com.testingbot.models.TestingBotStorageFileCollection
-
- All Implemented Interfaces:
java.io.Serializable
public class TestingBotStorageFileCollection extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestingBotStorageFileCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<TestingBotStorageFile>getData()java.util.HashMap<java.lang.String,java.lang.Integer>getMeta()voidsetData(java.util.ArrayList<TestingBotStorageFile> data)voidsetMeta(java.util.HashMap<java.lang.String,java.lang.Integer> meta)
-
-
-
Method Detail
-
getData
public java.util.ArrayList<TestingBotStorageFile> getData()
-
setData
public void setData(java.util.ArrayList<TestingBotStorageFile> data)
-
getMeta
public java.util.HashMap<java.lang.String,java.lang.Integer> getMeta()
-
setMeta
public void setMeta(java.util.HashMap<java.lang.String,java.lang.Integer> meta)
-
-