@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class Education extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Education.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_DEGREE |
static String |
SERIALIZED_NAME_END |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
Education() |
| Modifier and Type | Method and Description |
|---|---|
Education |
degree(String degree) |
Education |
end(EducationDate end) |
boolean |
equals(Object o) |
static Education |
fromJson(String jsonString)
Create an instance of Education given an JSON string
|
String |
getDegree()
Get degree
|
EducationDate |
getEnd()
Get end
|
String |
getName()
Get name
|
int |
hashCode() |
Education |
name(String name) |
void |
setDegree(String degree) |
void |
setEnd(EducationDate end) |
void |
setName(String name) |
String |
toJson()
Convert an instance of Education 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_NAME
public static final String SERIALIZED_NAME_DEGREE
public static final String SERIALIZED_NAME_END
public void setName(String name)
public void setDegree(String degree)
public Education end(EducationDate end)
@Nullable public EducationDate getEnd()
public void setEnd(EducationDate end)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws IOException
jsonElement - JSON ElementIOException - if the JSON Element is invalid with respect to Educationpublic static Education fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to Educationpublic String toJson()
Copyright © 2024. All rights reserved.