@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-24T11:26:28.777294+02:00[Europe/Berlin]")
public class MeldungshistorieContainerDto
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MeldungshistorieContainerDto.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static java.util.HashSet<java.lang.String> |
openapiFields |
static java.util.HashSet<java.lang.String> |
openapiRequiredFields |
static java.lang.String |
SERIALIZED_NAME_DATA |
static java.lang.String |
SERIALIZED_NAME_ROW_COUNT |
| Constructor and Description |
|---|
MeldungshistorieContainerDto() |
| Modifier and Type | Method and Description |
|---|---|
MeldungshistorieContainerDto |
addDataItem(MeldungshistorieDto dataItem) |
MeldungshistorieContainerDto |
data(java.util.List<MeldungshistorieDto> data) |
boolean |
equals(java.lang.Object o) |
static MeldungshistorieContainerDto |
fromJson(java.lang.String jsonString)
Create an instance of MeldungshistorieContainerDto given an JSON string
|
java.util.List<MeldungshistorieDto> |
getData()
Get data
|
java.lang.Integer |
getRowCount()
Get rowCount
|
int |
hashCode() |
MeldungshistorieContainerDto |
rowCount(java.lang.Integer rowCount) |
void |
setData(java.util.List<MeldungshistorieDto> data) |
void |
setRowCount(java.lang.Integer rowCount) |
java.lang.String |
toJson()
Convert an instance of MeldungshistorieContainerDto to an JSON string
|
java.lang.String |
toString() |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement)
Validates the JSON Element and throws an exception if issues found
|
public static final java.lang.String SERIALIZED_NAME_ROW_COUNT
public static final java.lang.String SERIALIZED_NAME_DATA
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public MeldungshistorieContainerDto rowCount(java.lang.Integer rowCount)
@Nullable public java.lang.Integer getRowCount()
public void setRowCount(java.lang.Integer rowCount)
public MeldungshistorieContainerDto data(java.util.List<MeldungshistorieDto> data)
public MeldungshistorieContainerDto addDataItem(MeldungshistorieDto dataItem)
@Nullable public java.util.List<MeldungshistorieDto> getData()
public void setData(java.util.List<MeldungshistorieDto> data)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws java.io.IOException
jsonElement - JSON Elementjava.io.IOException - if the JSON Element is invalid with respect to MeldungshistorieContainerDtopublic static MeldungshistorieContainerDto fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to MeldungshistorieContainerDtopublic java.lang.String toJson()