Class TestParam

    • Field Detail

      • accounts

        @Expose
        public String[][] accounts
      • appId

        @Expose
        @SerializedName("app_id")
        public int appId
      • appHashId

        @Expose
        @SerializedName("app_hash_id")
        public String appHashId
      • cloudIds

        @Expose
        @SerializedName("cloud_ids")
        public int[] cloudIds
      • deviceNumber

        @Expose
        @SerializedName("device_number")
        public int deviceNumber
      • minDeviceNumber

        @Expose
        @SerializedName("min_device_number")
        public int minDeviceNumber
      • devices

        @Expose
        public int[] devices
      • extraScripts

        @Expose
        @SerializedName("extra_scripts")
        public int[] extraScripts
      • extraInfo

        @Expose
        @SerializedName("extrainfo")
        public String extraInfo
      • frameType

        @Expose
        @SerializedName("frame_type")
        public String frameType
      • hasVideo

        @Expose
        @SerializedName("has_video")
        public boolean hasVideo
      • login

        @Expose
        @SerializedName("login")
        public String login
      • maxTestRunTime

        @Expose
        @SerializedName("max_test_runtime")
        public int maxTestRunTime
      • preinstallApps

        @Expose
        @SerializedName("preinstall_apps")
        public int[] preinstallApps
      • scriptId

        @Expose
        @SerializedName("script_id")
        public int scriptId
      • callbackUrl

        @Expose
        @SerializedName("callback_url")
        public String callbackUrl
      • priority

        @Expose
        public int priority
      • project

        @Expose
        public String project
      • cloudId

        @Expose
        @SerializedName("cloud_id")
        public int cloudId
      • deviceGroups

        @Expose
        @SerializedName("device_groups")
        public String[] deviceGroups
      • deviceChooseType

        @Expose
        @SerializedName("device_choose_type")
        public String deviceChooseType
      • orderAccountType

        @Expose
        @SerializedName("order_account_type")
        public String orderAccountType
      • resign

        @SerializedName("resign")
        @Expose
        public boolean resign
      • deviceGroupName

        @Expose
        @SerializedName("device_group_name")
        public String deviceGroupName
    • Constructor Detail

      • TestParam

        public TestParam()
    • Method Detail

      • getAccounts

        public String[][] getAccounts()
      • setAccount

        public void setAccount​(String[][] accounts)
      • getAppId

        public int getAppId()
      • setAppId

        public void setAppId​(int appId)
      • getCloudIds

        public int[] getCloudIds()
      • setCloudIds

        public void setCloudIds​(int[] cloudIds)
      • getDeviceNumber

        public int getDeviceNumber()
      • setDeviceNumber

        public void setDeviceNumber​(int deviceNumber)
      • getMinDeviceNumber

        public int getMinDeviceNumber()
      • setMinDeviceNumber

        public void setMinDeviceNumber​(int minDeviceNumber)
      • getDevices

        public int[] getDevices()
      • setDevices

        public void setDevices​(int[] devices)
      • getExtraScripts

        public int[] getExtraScripts()
      • setExtraScripts

        public void setExtraScripts​(int[] extraScripts)
      • getExtraInfo

        public String getExtraInfo()
      • setExtraInfo

        public void setExtraInfo​(String extraInfo)
      • getFrameType

        public String getFrameType()
      • setFrameType

        public void setFrameType​(String frameType)
      • isHasVideo

        public boolean isHasVideo()
      • setHasVideo

        public void setHasVideo​(boolean hasVideo)
      • getLogin

        public String getLogin()
      • setLogin

        public void setLogin​(String login)
      • getMaxTestRunTime

        public int getMaxTestRunTime()
      • setMaxTestRunTime

        public void setMaxTestRunTime​(int maxTestRunTime)
      • getPreinstallApps

        public int[] getPreinstallApps()
      • setPreinstallApps

        public void setPreinstallApps​(int[] preinstallApps)
      • getScriptId

        public int getScriptId()
      • setScriptId

        public void setScriptId​(int scriptId)
      • getCallbackUrl

        public String getCallbackUrl()
      • setCallbackUrl

        public void setCallbackUrl​(String callbackUrl)
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int priority)
      • getProject

        public String getProject()
      • setProject

        public void setProject​(String project)
      • getDeviceGroups

        public String[] getDeviceGroups()
      • setDeviceGroups

        public void setDeviceGroups​(String[] deviceGroups)
      • getDeviceChooseType

        public String getDeviceChooseType()
      • setDeviceChooseType

        public void setDeviceChooseType​(String deviceChooseType)
      • getOrderAccountType

        public String getOrderAccountType()
      • setOrderAccountType

        public void setOrderAccountType​(String orderAccountType)
      • getAppHashId

        public String getAppHashId()
      • setAppHashId

        public void setAppHashId​(String appHashId)
      • getCloudId

        public int getCloudId()
      • setCloudId

        public void setCloudId​(int cloudId)
      • isResign

        public boolean isResign()
      • setResign

        public void setResign​(boolean resign)
      • getDeviceGroupName

        public String getDeviceGroupName()
      • setDeviceGroupName

        public void setDeviceGroupName​(String deviceGroupName)