@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class ResultStepsInner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultStepsInner.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ATTACHMENTS |
static String |
SERIALIZED_NAME_POSITION |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
ResultStepsInner() |
| Modifier and Type | Method and Description |
|---|---|
ResultStepsInner |
addAttachmentsItem(Attachment attachmentsItem) |
ResultStepsInner |
attachments(List<Attachment> attachments) |
boolean |
equals(Object o) |
static ResultStepsInner |
fromJson(String jsonString)
Create an instance of ResultStepsInner given an JSON string
|
List<Attachment> |
getAttachments()
Get attachments
|
Integer |
getPosition()
Get position
|
Integer |
getStatus()
Get status
|
int |
hashCode() |
ResultStepsInner |
position(Integer position) |
void |
setAttachments(List<Attachment> attachments) |
void |
setPosition(Integer position) |
void |
setStatus(Integer status) |
ResultStepsInner |
status(Integer status) |
String |
toJson()
Convert an instance of ResultStepsInner to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_ATTACHMENTS
public ResultStepsInner status(Integer status)
public void setStatus(Integer status)
public ResultStepsInner position(Integer position)
public void setPosition(Integer position)
public ResultStepsInner attachments(List<Attachment> attachments)
public ResultStepsInner addAttachmentsItem(Attachment attachmentsItem)
@Nullable public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public static ResultStepsInner fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ResultStepsInnerpublic String toJson()
Copyright © 2023. All rights reserved.