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