@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-24T11:26:28.777294+02:00[Europe/Berlin]")
public class PublicLaendertabelleContainerDto
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PublicLaendertabelleContainerDto.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_CREATION_TIMESTAMP |
static java.lang.String |
SERIALIZED_NAME_DATA |
static java.lang.String |
SERIALIZED_NAME_MELDEBEREICH_ANZ |
static java.lang.String |
SERIALIZED_NAME_OVERALL_SUM |
static java.lang.String |
SERIALIZED_NAME_ROW_COUNT |
| Constructor and Description |
|---|
PublicLaendertabelleContainerDto() |
| Modifier and Type | Method and Description |
|---|---|
PublicLaendertabelleContainerDto |
addDataItem(PublicLaendertabelleDto dataItem) |
PublicLaendertabelleContainerDto |
creationTimestamp(java.time.OffsetDateTime creationTimestamp) |
PublicLaendertabelleContainerDto |
data(java.util.List<PublicLaendertabelleDto> data) |
boolean |
equals(java.lang.Object o) |
static PublicLaendertabelleContainerDto |
fromJson(java.lang.String jsonString)
Create an instance of PublicLaendertabelleContainerDto given an JSON string
|
java.time.OffsetDateTime |
getCreationTimestamp()
Get creationTimestamp
|
java.util.List<PublicLaendertabelleDto> |
getData()
Get data
|
java.lang.Integer |
getMeldebereichAnz()
Get meldebereichAnz
|
PublicLaendertabelleDto |
getOverallSum()
Get overallSum
|
java.lang.Integer |
getRowCount()
Get rowCount
|
int |
hashCode() |
PublicLaendertabelleContainerDto |
meldebereichAnz(java.lang.Integer meldebereichAnz) |
PublicLaendertabelleContainerDto |
overallSum(PublicLaendertabelleDto overallSum) |
PublicLaendertabelleContainerDto |
rowCount(java.lang.Integer rowCount) |
void |
setCreationTimestamp(java.time.OffsetDateTime creationTimestamp) |
void |
setData(java.util.List<PublicLaendertabelleDto> data) |
void |
setMeldebereichAnz(java.lang.Integer meldebereichAnz) |
void |
setOverallSum(PublicLaendertabelleDto overallSum) |
void |
setRowCount(java.lang.Integer rowCount) |
java.lang.String |
toJson()
Convert an instance of PublicLaendertabelleContainerDto 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 final java.lang.String SERIALIZED_NAME_OVERALL_SUM
public static final java.lang.String SERIALIZED_NAME_CREATION_TIMESTAMP
public static final java.lang.String SERIALIZED_NAME_MELDEBEREICH_ANZ
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public PublicLaendertabelleContainerDto rowCount(java.lang.Integer rowCount)
@Nullable public java.lang.Integer getRowCount()
public void setRowCount(java.lang.Integer rowCount)
public PublicLaendertabelleContainerDto data(java.util.List<PublicLaendertabelleDto> data)
public PublicLaendertabelleContainerDto addDataItem(PublicLaendertabelleDto dataItem)
@Nullable public java.util.List<PublicLaendertabelleDto> getData()
public void setData(java.util.List<PublicLaendertabelleDto> data)
public PublicLaendertabelleContainerDto overallSum(PublicLaendertabelleDto overallSum)
@Nullable public PublicLaendertabelleDto getOverallSum()
public void setOverallSum(PublicLaendertabelleDto overallSum)
public PublicLaendertabelleContainerDto creationTimestamp(java.time.OffsetDateTime creationTimestamp)
@Nullable public java.time.OffsetDateTime getCreationTimestamp()
public void setCreationTimestamp(java.time.OffsetDateTime creationTimestamp)
public PublicLaendertabelleContainerDto meldebereichAnz(java.lang.Integer meldebereichAnz)
@Nullable public java.lang.Integer getMeldebereichAnz()
public void setMeldebereichAnz(java.lang.Integer meldebereichAnz)
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 PublicLaendertabelleContainerDtopublic static PublicLaendertabelleContainerDto fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to PublicLaendertabelleContainerDtopublic java.lang.String toJson()