Package com.testingbot.models
Class TestingBotStorageFile
java.lang.Object
com.testingbot.models.TestingBotStorageFile
- All Implemented Interfaces:
java.io.Serializable
public class TestingBotStorageFile
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TestingBotStorageFile() -
Method Summary
Modifier and Type Method Description java.lang.StringgetAppUrl()java.lang.StringgetCreatedDate()intgetId()java.lang.StringgetType()java.lang.StringgetUrl()voidsetAppUrl(java.lang.String appUrl)voidsetCreatedDate(java.lang.String createdDate)voidsetId(int id)voidsetType(java.lang.String type)voidsetUrl(java.lang.String url)
-
Constructor Details
-
TestingBotStorageFile
public TestingBotStorageFile()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getAppUrl
public java.lang.String getAppUrl() -
setAppUrl
public void setAppUrl(java.lang.String appUrl) -
getUrl
public java.lang.String getUrl() -
setUrl
public void setUrl(java.lang.String url) -
getType
public java.lang.String getType() -
setType
public void setType(java.lang.String type) -
getCreatedDate
public java.lang.String getCreatedDate() -
setCreatedDate
public void setCreatedDate(java.lang.String createdDate)
-