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
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)
-
Constructor Details
-
TestingBotStorageFileCollection
public TestingBotStorageFileCollection()
-
-
Method Details