Class APIAdminDeviceProblem

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

public class APIAdminDeviceProblem extends APIEntity
Author:
MichaƂ Szpruta <[email protected]>
  • Constructor Details

  • Method Details

    • getClusterId

      public Long getClusterId()
    • setClusterId

      public void setClusterId(Long clusterId)
    • getClusterName

      public String getClusterName()
    • setClusterName

      public void setClusterName(String clusterName)
    • getDeviceId

      public Long getDeviceId()
    • setDeviceId

      public void setDeviceId(Long deviceId)
    • getDeviceName

      public String getDeviceName()
    • setDeviceName

      public void setDeviceName(String deviceName)
    • getDeviceModelId

      public Long getDeviceModelId()
    • setDeviceModelId

      public void setDeviceModelId(Long deviceModelId)
    • getDeviceModelName

      public String getDeviceModelName()
    • setDeviceModelName

      public void setDeviceModelName(String deviceModelName)
    • getProblems

      public List<APIAdminDeviceProblemPair> getProblems()
    • setProblems

      public void setProblems(List<APIAdminDeviceProblemPair> problems)
    • clone

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