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()  
    void setData​(java.util.ArrayList<TestingBotStorageFile> data)  
    void setMeta​(java.util.HashMap<java.lang.String,​java.lang.Integer> meta)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait