@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-24T11:26:28.777294+02:00[Europe/Berlin]")
public class AddressLookupResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddressLookupResponse.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_BEZEICHNUNG |
static java.lang.String |
SERIALIZED_NAME_LATITUDE |
static java.lang.String |
SERIALIZED_NAME_LONGITUDE |
| Constructor and Description |
|---|
AddressLookupResponse() |
| Modifier and Type | Method and Description |
|---|---|
AddressLookupResponse |
bezeichnung(java.lang.String bezeichnung) |
boolean |
equals(java.lang.Object o) |
static AddressLookupResponse |
fromJson(java.lang.String jsonString)
Create an instance of AddressLookupResponse given an JSON string
|
java.lang.String |
getBezeichnung()
Get bezeichnung
|
java.lang.Double |
getLatitude()
Get latitude
|
java.lang.Double |
getLongitude()
Get longitude
|
int |
hashCode() |
AddressLookupResponse |
latitude(java.lang.Double latitude) |
AddressLookupResponse |
longitude(java.lang.Double longitude) |
void |
setBezeichnung(java.lang.String bezeichnung) |
void |
setLatitude(java.lang.Double latitude) |
void |
setLongitude(java.lang.Double longitude) |
java.lang.String |
toJson()
Convert an instance of AddressLookupResponse 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_BEZEICHNUNG
public static final java.lang.String SERIALIZED_NAME_LATITUDE
public static final java.lang.String SERIALIZED_NAME_LONGITUDE
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public AddressLookupResponse bezeichnung(java.lang.String bezeichnung)
@Nullable public java.lang.String getBezeichnung()
public void setBezeichnung(java.lang.String bezeichnung)
public AddressLookupResponse latitude(java.lang.Double latitude)
@Nullable public java.lang.Double getLatitude()
public void setLatitude(java.lang.Double latitude)
public AddressLookupResponse longitude(java.lang.Double longitude)
@Nullable public java.lang.Double getLongitude()
public void setLongitude(java.lang.Double longitude)
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 AddressLookupResponsepublic static AddressLookupResponse fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to AddressLookupResponsepublic java.lang.String toJson()