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