@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class SharedStepCreateStepsInner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedStepCreateStepsInner.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ACTION |
static String |
SERIALIZED_NAME_ATTACHMENTS |
static String |
SERIALIZED_NAME_DATA |
static String |
SERIALIZED_NAME_EXPECTED_RESULT |
static String |
SERIALIZED_NAME_HASH |
| Constructor and Description |
|---|
SharedStepCreateStepsInner() |
public static final String SERIALIZED_NAME_HASH
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_ATTACHMENTS
public SharedStepCreateStepsInner hash(String hash)
public void setHash(String hash)
public SharedStepCreateStepsInner action(String action)
public void setAction(String action)
public SharedStepCreateStepsInner expectedResult(String expectedResult)
@Nullable public String getExpectedResult()
public void setExpectedResult(String expectedResult)
public SharedStepCreateStepsInner data(String data)
public void setData(String data)
public SharedStepCreateStepsInner attachments(List<String> attachments)
public SharedStepCreateStepsInner addAttachmentsItem(String attachmentsItem)
@Nullable public List<String> getAttachments()
public static SharedStepCreateStepsInner fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to SharedStepCreateStepsInnerpublic String toJson()
Copyright © 2023. All rights reserved.