Class TestingbotBrowser

java.lang.Object
com.testingbot.models.TestingbotBrowser
All Implemented Interfaces:
java.io.Serializable

public class TestingbotBrowser
extends java.lang.Object
implements java.io.Serializable
Holds information about the TestingbotBrowser items that TestingBot provides You can find the list of browsers on https://testingbot.com/support/getting-started/browsers.html.
Author:
TestingBot
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TestingbotBrowser()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDeviceName()  
    int getId()  
    java.lang.String getLongVersion()  
    java.lang.String getName()  
    java.lang.String getPlatform()  
    java.lang.String getPlatformName()  
    java.lang.String getVersion()  
    void setDeviceName​(java.lang.String deviceName)  
    void setId​(int id)  
    void setLongVersion​(java.lang.String longVersion)  
    void setName​(java.lang.String name)  
    void setPlatform​(java.lang.String platform)  
    void setPlatformName​(java.lang.String platformName)  
    void setVersion​(java.lang.String version)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Returns:
      the name
    • setName

      public void setName​(java.lang.String name)
      Parameters:
      name - the name to set
    • getPlatform

      public java.lang.String getPlatform()
      Returns:
      the platform
    • setPlatform

      public void setPlatform​(java.lang.String platform)
      Parameters:
      platform - the platform to set
    • getId

      public int getId()
      Returns:
      the id
    • setId

      public void setId​(int id)
      Parameters:
      id - the id to set
    • getVersion

      public java.lang.String getVersion()
      Returns:
      the version
    • setVersion

      public void setVersion​(java.lang.String version)
      Parameters:
      version - the version to set
    • getDeviceName

      public java.lang.String getDeviceName()
      Returns:
      the deviceName
    • setDeviceName

      public void setDeviceName​(java.lang.String deviceName)
      Parameters:
      deviceName - the deviceName 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
    • getLongVersion

      public java.lang.String getLongVersion()
      Returns:
      the longVersion
    • setLongVersion

      public void setLongVersion​(java.lang.String longVersion)
      Parameters:
      longVersion - the longVersion to set