@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class Alias extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Alias.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_FIRST |
static String |
SERIALIZED_NAME_LAST |
static String |
SERIALIZED_NAME_MIDDLE |
| Constructor and Description |
|---|
Alias() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Alias |
first(String first) |
static Alias |
fromJson(String jsonString)
Create an instance of Alias given an JSON string
|
String |
getFirst()
Get first
|
String |
getLast()
Get last
|
String |
getMiddle()
Get middle
|
int |
hashCode() |
Alias |
last(String last) |
Alias |
middle(String middle) |
void |
setFirst(String first) |
void |
setLast(String last) |
void |
setMiddle(String middle) |
String |
toJson()
Convert an instance of Alias to an JSON string
|
String |
toString() |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement)
Validates the JSON Element and throws an exception if issues found
|
public static final String SERIALIZED_NAME_FIRST
public static final String SERIALIZED_NAME_LAST
public static final String SERIALIZED_NAME_MIDDLE
public void setFirst(String first)
public void setLast(String last)
public void setMiddle(String middle)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws IOException
jsonElement - JSON ElementIOException - if the JSON Element is invalid with respect to Aliaspublic static Alias fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to Aliaspublic String toJson()
Copyright © 2024. All rights reserved.