Class APIDeviceSessionConfig

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APIDeviceSessionConfig
All Implemented Interfaces:
Serializable

public class APIDeviceSessionConfig extends APIEntity implements Serializable
Author:
Damian Sniezek <[email protected]>
See Also:
  • Constructor Details

    • APIDeviceSessionConfig

      public APIDeviceSessionConfig()
  • Method Details

    • getAdbVersion

      public String getAdbVersion()
    • setAdbVersion

      public void setAdbVersion(String adbVersion)
    • getDeviceModelId

      public Long getDeviceModelId()
    • setDeviceModelId

      public void setDeviceModelId(Long deviceModelId)
    • setType

      public void setType(APIDeviceSession.Type type)
    • getType

      public APIDeviceSession.Type getType()
    • getBrowserName

      public String getBrowserName()
    • setBrowserName

      public void setBrowserName(String browserName)
    • getBrowserVersion

      public String getBrowserVersion()
    • setBrowserVersion

      public void setBrowserVersion(String browserVersion)
    • getScreenResolution

      public String getScreenResolution()
    • setScreenResolution

      public void setScreenResolution(String screenResolution)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getTunnelSettings

      public APITunnelSettings getTunnelSettings()
    • setTunnelSettings

      public void setTunnelSettings(APITunnelSettings tunnelSettings)
    • clone

      protected <T extends APIEntity> void clone(T from)
      Specified by:
      clone in class APIEntity