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