Class APIAdminDevice

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APIAdminDevice

public class APIAdminDevice extends APIEntity
Author:
Ɓukasz Kajda <[email protected]>
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getSerialId

      public String getSerialId()
    • setSerialId

      public void setSerialId(String serialId)
    • getFingerprint

      public String getFingerprint()
    • setFingerprint

      public void setFingerprint(String fingerprint)
    • getUnlockGesture

      public String getUnlockGesture()
    • setUnlockGesture

      public void setUnlockGesture(String unlockGesture)
    • getSoftwareVersion

      public APISoftwareVersion getSoftwareVersion()
    • setSoftwareVersion

      public void setSoftwareVersion(APISoftwareVersion softwareVersion)
    • getDeviceModelId

      public Long getDeviceModelId()
    • setDeviceModelId

      public void setDeviceModelId(Long deviceModelId)
    • getState

      public APIAdminDevice.ComplexState getState()
    • setState

      public void setState(APIAdminDevice.ComplexState state)
    • getStateTime

      public Date getStateTime()
    • setStateTime

      public void setStateTime(Date stateTime)
    • getStateChangeTime

      public Date getStateChangeTime()
    • setStateChangeTime

      public void setStateChangeTime(Date stateChangeTime)
    • getInitStep

      public APIAdminDevice.InitStep getInitStep()
    • setInitStep

      public void setInitStep(APIAdminDevice.InitStep initStep)
    • getCluster

      public APICluster getCluster()
    • setCluster

      public void setCluster(APICluster cluster)
    • getDeviceModelName

      public String getDeviceModelName()
    • setDeviceModelName

      public void setDeviceModelName(String deviceModelName)
    • getIpAddress

      public String getIpAddress()
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • getLastOnlineTime

      public Date getLastOnlineTime()
    • setLastOnlineTime

      public void setLastOnlineTime(Date lastOnlineTime)
    • getAccountId

      public Long getAccountId()
    • setAccountId

      public void setAccountId(Long accountId)
    • getDedicationEndTime

      public Date getDedicationEndTime()
    • setDedicationEndTime

      public void setDedicationEndTime(Date dedicationEndTime)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getMainUserEmail

      public String getMainUserEmail()
    • setMainUserEmail

      public void setMainUserEmail(String mainUserEmail)
    • getMainUserId

      public Long getMainUserId()
    • setMainUserId

      public void setMainUserId(Long mainUserId)
    • setTestTimeLimit

      public APIAdminDevice setTestTimeLimit(Long testTimeLimit)
    • getTestTimeLimit

      public Long getTestTimeLimit()
    • isLocked

      public boolean isLocked()
    • setLocked

      public void setLocked(boolean locked)
    • getOsType

      public APIDevice.OsType getOsType()
    • setOsType

      public APIAdminDevice setOsType(APIDevice.OsType osType)
    • getPlatform

      public APIDevice.Platform getPlatform()
    • setPlatform

      public APIAdminDevice setPlatform(APIDevice.Platform platform)
    • setLocation

      public APIAdminDevice setLocation(String location)
    • getLocation

      public String getLocation()
    • getManufacturer

      public String getManufacturer()
    • setManufacturer

      public void setManufacturer(String manufacturer)
    • clone

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