@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class SharedStep extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedStep.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ACTION |
static String |
SERIALIZED_NAME_CASES |
static String |
SERIALIZED_NAME_CASES_COUNT |
static String |
SERIALIZED_NAME_CREATED |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DATA |
static String |
SERIALIZED_NAME_EXPECTED_RESULT |
static String |
SERIALIZED_NAME_HASH |
static String |
SERIALIZED_NAME_STEPS |
static String |
SERIALIZED_NAME_TITLE |
static String |
SERIALIZED_NAME_UPDATED |
static String |
SERIALIZED_NAME_UPDATED_AT |
| Constructor and Description |
|---|
SharedStep() |
public static final String SERIALIZED_NAME_HASH
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_EXPECTED_RESULT
public static final String SERIALIZED_NAME_STEPS
public static final String SERIALIZED_NAME_DATA
public static final String SERIALIZED_NAME_CASES
public static final String SERIALIZED_NAME_CASES_COUNT
public static final String SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_UPDATED
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
public SharedStep hash(String hash)
public void setHash(String hash)
public SharedStep title(String title)
public void setTitle(String title)
public SharedStep action(String action)
public void setAction(String action)
public SharedStep expectedResult(String expectedResult)
@Nullable public String getExpectedResult()
public void setExpectedResult(String expectedResult)
public SharedStep steps(List<SharedStepStepsInner> steps)
public SharedStep addStepsItem(SharedStepStepsInner stepsItem)
@Nullable public List<SharedStepStepsInner> getSteps()
public void setSteps(List<SharedStepStepsInner> steps)
public SharedStep data(String data)
public void setData(String data)
public SharedStep cases(List<Long> cases)
public SharedStep addCasesItem(Long casesItem)
public SharedStep casesCount(Integer casesCount)
public void setCasesCount(Integer casesCount)
public SharedStep created(String created)
@Deprecated @Nullable public String getCreated()
public void setCreated(String created)
public SharedStep updated(String updated)
@Deprecated @Nullable public String getUpdated()
public void setUpdated(String updated)
public SharedStep createdAt(String createdAt)
public void setCreatedAt(String createdAt)
public SharedStep updatedAt(String updatedAt)
public void setUpdatedAt(String updatedAt)
public static SharedStep fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to SharedSteppublic String toJson()
Copyright © 2023. All rights reserved.