@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class SharedStepCreate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedStepCreate.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ACTION |
static String |
SERIALIZED_NAME_DATA |
static String |
SERIALIZED_NAME_EXPECTED_RESULT |
static String |
SERIALIZED_NAME_STEPS |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
SharedStepCreate() |
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_DATA
public static final String SERIALIZED_NAME_STEPS
public SharedStepCreate title(String title)
public void setTitle(String title)
public SharedStepCreate action(String action)
@Deprecated @Nullable public String getAction()
public void setAction(String action)
public SharedStepCreate expectedResult(String expectedResult)
@Deprecated @Nullable public String getExpectedResult()
public void setExpectedResult(String expectedResult)
public SharedStepCreate data(String data)
@Deprecated @Nullable public String getData()
public void setData(String data)
public SharedStepCreate steps(List<SharedStepCreateStepsInner> steps)
public SharedStepCreate addStepsItem(SharedStepCreateStepsInner stepsItem)
@Nullable public List<SharedStepCreateStepsInner> getSteps()
public void setSteps(List<SharedStepCreateStepsInner> steps)
public static SharedStepCreate fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to SharedStepCreatepublic String toJson()
Copyright © 2023. All rights reserved.