Package com.testingbot.models
Class TestingBotStorageFile
- java.lang.Object
-
- com.testingbot.models.TestingBotStorageFile
-
public class TestingBotStorageFile extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestingBotStorageFile()
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
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)
-
-