@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class AttachmentListResponseAllOfResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttachmentListResponseAllOfResult.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_ENTITIES |
static String |
SERIALIZED_NAME_FILTERED |
static String |
SERIALIZED_NAME_TOTAL |
| Constructor and Description |
|---|
AttachmentListResponseAllOfResult() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentListResponseAllOfResult |
addEntitiesItem(AttachmentGet entitiesItem) |
AttachmentListResponseAllOfResult |
count(Integer count) |
AttachmentListResponseAllOfResult |
entities(List<AttachmentGet> entities) |
boolean |
equals(Object o) |
AttachmentListResponseAllOfResult |
filtered(Integer filtered) |
static AttachmentListResponseAllOfResult |
fromJson(String jsonString)
Create an instance of AttachmentListResponseAllOfResult given an JSON string
|
Integer |
getCount()
Get count
|
List<AttachmentGet> |
getEntities()
Get entities
|
Integer |
getFiltered()
Get filtered
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
void |
setCount(Integer count) |
void |
setEntities(List<AttachmentGet> entities) |
void |
setFiltered(Integer filtered) |
void |
setTotal(Integer total) |
String |
toJson()
Convert an instance of AttachmentListResponseAllOfResult to an JSON string
|
String |
toString() |
AttachmentListResponseAllOfResult |
total(Integer total) |
public static final String SERIALIZED_NAME_TOTAL
public static final String SERIALIZED_NAME_FILTERED
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_ENTITIES
public AttachmentListResponseAllOfResult total(Integer total)
public void setTotal(Integer total)
public AttachmentListResponseAllOfResult filtered(Integer filtered)
public void setFiltered(Integer filtered)
public AttachmentListResponseAllOfResult count(Integer count)
public void setCount(Integer count)
public AttachmentListResponseAllOfResult entities(List<AttachmentGet> entities)
public AttachmentListResponseAllOfResult addEntitiesItem(AttachmentGet entitiesItem)
@Nullable public List<AttachmentGet> getEntities()
public void setEntities(List<AttachmentGet> entities)
public static AttachmentListResponseAllOfResult fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to AttachmentListResponseAllOfResultpublic String toJson()
Copyright © 2023. All rights reserved.