@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class Result extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Result.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ATTACHMENTS |
static String |
SERIALIZED_NAME_CASE_ID |
static String |
SERIALIZED_NAME_COMMENT |
static String |
SERIALIZED_NAME_END_TIME |
static String |
SERIALIZED_NAME_HASH |
static String |
SERIALIZED_NAME_IS_API_RESULT |
static String |
SERIALIZED_NAME_RUN_ID |
static String |
SERIALIZED_NAME_STACKTRACE |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_STEPS |
static String |
SERIALIZED_NAME_TIME_SPENT_MS |
| Constructor and Description |
|---|
Result() |
public static final String SERIALIZED_NAME_HASH
public static final String SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_STACKTRACE
public static final String SERIALIZED_NAME_RUN_ID
public static final String SERIALIZED_NAME_CASE_ID
public static final String SERIALIZED_NAME_STEPS
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_IS_API_RESULT
public static final String SERIALIZED_NAME_TIME_SPENT_MS
public static final String SERIALIZED_NAME_END_TIME
public static final String SERIALIZED_NAME_ATTACHMENTS
public void setHash(String hash)
public void setComment(String comment)
public void setStacktrace(String stacktrace)
public void setRunId(Long runId)
public void setCaseId(Long caseId)
public Result steps(List<ResultStepsInner> steps)
public Result addStepsItem(ResultStepsInner stepsItem)
@Nullable public List<ResultStepsInner> getSteps()
public void setSteps(List<ResultStepsInner> steps)
public void setStatus(String status)
public void setIsApiResult(Boolean isApiResult)
public void setTimeSpentMs(Long timeSpentMs)
public void setEndTime(String endTime)
public Result attachments(List<Attachment> attachments)
public Result addAttachmentsItem(Attachment attachmentsItem)
@Nullable public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public static Result fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to Resultpublic String toJson()
Copyright © 2023. All rights reserved.