@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class RunStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RunStats.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_BLOCKED |
static String |
SERIALIZED_NAME_FAILED |
static String |
SERIALIZED_NAME_IN_PROGRESS |
static String |
SERIALIZED_NAME_INVALID |
static String |
SERIALIZED_NAME_PASSED |
static String |
SERIALIZED_NAME_RETEST |
static String |
SERIALIZED_NAME_SKIPPED |
static String |
SERIALIZED_NAME_TOTAL |
static String |
SERIALIZED_NAME_UNTESTED |
| Constructor and Description |
|---|
RunStats() |
public static final String SERIALIZED_NAME_TOTAL
public static final String SERIALIZED_NAME_UNTESTED
public static final String SERIALIZED_NAME_PASSED
public static final String SERIALIZED_NAME_FAILED
public static final String SERIALIZED_NAME_BLOCKED
public static final String SERIALIZED_NAME_SKIPPED
public static final String SERIALIZED_NAME_RETEST
public static final String SERIALIZED_NAME_IN_PROGRESS
public static final String SERIALIZED_NAME_INVALID
public void setTotal(Integer total)
public void setUntested(Integer untested)
public void setPassed(Integer passed)
public void setFailed(Integer failed)
public void setBlocked(Integer blocked)
public void setSkipped(Integer skipped)
public void setRetest(Integer retest)
public void setInProgress(Integer inProgress)
public void setInvalid(Integer invalid)
public static RunStats fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to RunStatspublic String toJson()
Copyright © 2023. All rights reserved.