Package com.cloudtestapi.test.models
Class CaseConfig
- java.lang.Object
-
- com.cloudtestapi.test.models.CaseConfig
-
public class CaseConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intcaseBatchNumberStringcaseRetryModeCase[]casesintmaxCaseRunTimeintretryTimes
-
Constructor Summary
Constructors Constructor Description CaseConfig()
-
-
-
Field Detail
-
cases
@Expose public Case[] cases
-
retryTimes
@Expose @SerializedName("retry_times") public int retryTimes
-
caseRetryMode
@Expose @SerializedName("case_retry_mode") public String caseRetryMode
-
maxCaseRunTime
@Expose @SerializedName("max_case_runtime") public int maxCaseRunTime
-
caseBatchNumber
@Expose @SerializedName("case_batch_number") public int caseBatchNumber
-
-