@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-24T11:26:28.777294+02:00[Europe/Berlin]")
public class VersorgungsclusterByBundeslandShortDto
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VersorgungsclusterByBundeslandShortDto.BundeslandEnum
Gets or Sets bundesland
|
static class |
VersorgungsclusterByBundeslandShortDto.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_BUNDESLAND |
static java.lang.String |
SERIALIZED_NAME_CLUSTERS |
| Constructor and Description |
|---|
VersorgungsclusterByBundeslandShortDto() |
| Modifier and Type | Method and Description |
|---|---|
VersorgungsclusterByBundeslandShortDto |
addClustersItem(VersorgungsclusterShortDto clustersItem) |
VersorgungsclusterByBundeslandShortDto |
bundesland(VersorgungsclusterByBundeslandShortDto.BundeslandEnum bundesland) |
VersorgungsclusterByBundeslandShortDto |
clusters(java.util.List<VersorgungsclusterShortDto> clusters) |
boolean |
equals(java.lang.Object o) |
static VersorgungsclusterByBundeslandShortDto |
fromJson(java.lang.String jsonString)
Create an instance of VersorgungsclusterByBundeslandShortDto given an JSON string
|
VersorgungsclusterByBundeslandShortDto.BundeslandEnum |
getBundesland()
Get bundesland
|
java.util.List<VersorgungsclusterShortDto> |
getClusters()
Get clusters
|
int |
hashCode() |
void |
setBundesland(VersorgungsclusterByBundeslandShortDto.BundeslandEnum bundesland) |
void |
setClusters(java.util.List<VersorgungsclusterShortDto> clusters) |
java.lang.String |
toJson()
Convert an instance of VersorgungsclusterByBundeslandShortDto 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_BUNDESLAND
public static final java.lang.String SERIALIZED_NAME_CLUSTERS
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public VersorgungsclusterByBundeslandShortDto()
public VersorgungsclusterByBundeslandShortDto bundesland(VersorgungsclusterByBundeslandShortDto.BundeslandEnum bundesland)
@Nullable public VersorgungsclusterByBundeslandShortDto.BundeslandEnum getBundesland()
public void setBundesland(VersorgungsclusterByBundeslandShortDto.BundeslandEnum bundesland)
public VersorgungsclusterByBundeslandShortDto clusters(java.util.List<VersorgungsclusterShortDto> clusters)
public VersorgungsclusterByBundeslandShortDto addClustersItem(VersorgungsclusterShortDto clustersItem)
@Nullable public java.util.List<VersorgungsclusterShortDto> getClusters()
public void setClusters(java.util.List<VersorgungsclusterShortDto> clusters)
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 VersorgungsclusterByBundeslandShortDtopublic static VersorgungsclusterByBundeslandShortDto fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to VersorgungsclusterByBundeslandShortDtopublic java.lang.String toJson()