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