@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-24T11:26:28.777294+02:00[Europe/Berlin]")
public class StandortAggregate
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StandortAggregate.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_MAX_INTENSIV_BETTEN_NOTFALL7D_ERWACHSENE |
static java.lang.String |
SERIALIZED_NAME_MAX_INTENSIV_BETTEN_NOTFALL7D_NICU |
static java.lang.String |
SERIALIZED_NAME_MAX_INTENSIV_BETTEN_NOTFALL7D_PICU |
| Constructor and Description |
|---|
StandortAggregate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static StandortAggregate |
fromJson(java.lang.String jsonString)
Create an instance of StandortAggregate given an JSON string
|
java.lang.Integer |
getMaxIntensivBettenNotfall7dErwachsene()
Get maxIntensivBettenNotfall7dErwachsene
|
java.lang.Integer |
getMaxIntensivBettenNotfall7dNicu()
Get maxIntensivBettenNotfall7dNicu
|
java.lang.Integer |
getMaxIntensivBettenNotfall7dPicu()
Get maxIntensivBettenNotfall7dPicu
|
int |
hashCode() |
StandortAggregate |
maxIntensivBettenNotfall7dErwachsene(java.lang.Integer maxIntensivBettenNotfall7dErwachsene) |
StandortAggregate |
maxIntensivBettenNotfall7dNicu(java.lang.Integer maxIntensivBettenNotfall7dNicu) |
StandortAggregate |
maxIntensivBettenNotfall7dPicu(java.lang.Integer maxIntensivBettenNotfall7dPicu) |
void |
setMaxIntensivBettenNotfall7dErwachsene(java.lang.Integer maxIntensivBettenNotfall7dErwachsene) |
void |
setMaxIntensivBettenNotfall7dNicu(java.lang.Integer maxIntensivBettenNotfall7dNicu) |
void |
setMaxIntensivBettenNotfall7dPicu(java.lang.Integer maxIntensivBettenNotfall7dPicu) |
java.lang.String |
toJson()
Convert an instance of StandortAggregate 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_MAX_INTENSIV_BETTEN_NOTFALL7D_PICU
public static final java.lang.String SERIALIZED_NAME_MAX_INTENSIV_BETTEN_NOTFALL7D_NICU
public static final java.lang.String SERIALIZED_NAME_MAX_INTENSIV_BETTEN_NOTFALL7D_ERWACHSENE
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public StandortAggregate maxIntensivBettenNotfall7dPicu(java.lang.Integer maxIntensivBettenNotfall7dPicu)
@Nullable public java.lang.Integer getMaxIntensivBettenNotfall7dPicu()
public void setMaxIntensivBettenNotfall7dPicu(java.lang.Integer maxIntensivBettenNotfall7dPicu)
public StandortAggregate maxIntensivBettenNotfall7dNicu(java.lang.Integer maxIntensivBettenNotfall7dNicu)
@Nullable public java.lang.Integer getMaxIntensivBettenNotfall7dNicu()
public void setMaxIntensivBettenNotfall7dNicu(java.lang.Integer maxIntensivBettenNotfall7dNicu)
public StandortAggregate maxIntensivBettenNotfall7dErwachsene(java.lang.Integer maxIntensivBettenNotfall7dErwachsene)
@Nullable public java.lang.Integer getMaxIntensivBettenNotfall7dErwachsene()
public void setMaxIntensivBettenNotfall7dErwachsene(java.lang.Integer maxIntensivBettenNotfall7dErwachsene)
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 StandortAggregatepublic static StandortAggregate fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to StandortAggregatepublic java.lang.String toJson()