@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class AttachmentUploadsResponseAllOf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttachmentUploadsResponseAllOf.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_RESULT |
| Constructor and Description |
|---|
AttachmentUploadsResponseAllOf() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentUploadsResponseAllOf |
addResultItem(AttachmentGet resultItem) |
boolean |
equals(Object o) |
static AttachmentUploadsResponseAllOf |
fromJson(String jsonString)
Create an instance of AttachmentUploadsResponseAllOf given an JSON string
|
List<AttachmentGet> |
getResult()
Get result
|
int |
hashCode() |
AttachmentUploadsResponseAllOf |
result(List<AttachmentGet> result) |
void |
setResult(List<AttachmentGet> result) |
String |
toJson()
Convert an instance of AttachmentUploadsResponseAllOf to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_RESULT
public AttachmentUploadsResponseAllOf result(List<AttachmentGet> result)
public AttachmentUploadsResponseAllOf addResultItem(AttachmentGet resultItem)
@Nullable public List<AttachmentGet> getResult()
public void setResult(List<AttachmentGet> result)
public static AttachmentUploadsResponseAllOf fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to AttachmentUploadsResponseAllOfpublic String toJson()
Copyright © 2023. All rights reserved.