@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-24T11:26:28.777294+02:00[Europe/Berlin]")
public class SmallMeldebereichDto
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SmallMeldebereichDto.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_ID |
| Constructor and Description |
|---|
SmallMeldebereichDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static SmallMeldebereichDto |
fromJson(java.lang.String jsonString)
Create an instance of SmallMeldebereichDto given an JSON string
|
java.lang.String |
getId()
Get id
|
int |
hashCode() |
SmallMeldebereichDto |
id(java.lang.String id) |
void |
setId(java.lang.String id) |
java.lang.String |
toJson()
Convert an instance of SmallMeldebereichDto 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_ID
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public SmallMeldebereichDto id(java.lang.String id)
@Nonnull public java.lang.String getId()
public void setId(java.lang.String id)
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 SmallMeldebereichDtopublic static SmallMeldebereichDto fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to SmallMeldebereichDtopublic java.lang.String toJson()