Package com.testingbot.models
Class TestingbotDevice
java.lang.Object
com.testingbot.models.TestingbotDevice
- All Implemented Interfaces:
java.io.Serializable
public class TestingbotDevice
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TestingbotDevice() -
Method Summary
Modifier and Type Method Description java.lang.StringgetCpu()intgetId()java.lang.StringgetModelNumber()java.lang.StringgetName()java.lang.StringgetPlatformName()java.lang.StringgetResolution()booleanisAvailable()booleanisFreeTrial()voidsetAvailable(boolean available)voidsetCpu(java.lang.String cpu)voidsetFreeTrial(boolean freeTrial)voidsetId(int id)voidsetModelNumber(java.lang.String modelNumber)voidsetName(java.lang.String name)voidsetPlatformName(java.lang.String platformName)voidsetResolution(java.lang.String resolution)
-
Constructor Details
-
TestingbotDevice
public TestingbotDevice()
-
-
Method Details
-
getId
public int getId()- Returns:
- the id
-
setId
public void setId(int id)- Parameters:
id- the id to set
-
getResolution
public java.lang.String getResolution()- Returns:
- the resolution
-
setResolution
public void setResolution(java.lang.String resolution)- Parameters:
resolution- the resolution to set
-
getCpu
public java.lang.String getCpu()- Returns:
- the cpu
-
setCpu
public void setCpu(java.lang.String cpu)- Parameters:
cpu- the cpu to set
-
getModelNumber
public java.lang.String getModelNumber()- Returns:
- the modelNumber
-
setModelNumber
public void setModelNumber(java.lang.String modelNumber)- Parameters:
modelNumber- the modelNumber to set
-
getName
public java.lang.String getName()- Returns:
- the name
-
setName
public void setName(java.lang.String name)- Parameters:
name- the name to set
-
getPlatformName
public java.lang.String getPlatformName()- Returns:
- the platformName
-
setPlatformName
public void setPlatformName(java.lang.String platformName)- Parameters:
platformName- the platformName to set
-
isFreeTrial
public boolean isFreeTrial()- Returns:
- the freeTrial
-
setFreeTrial
public void setFreeTrial(boolean freeTrial)- Parameters:
freeTrial- the freeTrial to set
-
isAvailable
public boolean isAvailable()- Returns:
- the available
-
setAvailable
public void setAvailable(boolean available)- Parameters:
available- the available to set
-