@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class Economic extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Economic.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_DWELLING_TYPE |
static String |
SERIALIZED_NAME_HOME_OWNERSHIP |
static String |
SERIALIZED_NAME_INCOME |
static String |
SERIALIZED_NAME_MARITAL_STATUS |
static String |
SERIALIZED_NAME_NET_WORTH |
static String |
SERIALIZED_NAME_PRESENCE_OF_CHILDREN |
| Constructor and Description |
|---|
Economic() |
| Modifier and Type | Method and Description |
|---|---|
Economic |
dwellingType(String dwellingType) |
boolean |
equals(Object o) |
static Economic |
fromJson(String jsonString)
Create an instance of Economic given an JSON string
|
String |
getDwellingType()
Get dwellingType
|
String |
getHomeOwnership()
Get homeOwnership
|
String |
getIncome()
Get income
|
String |
getMaritalStatus()
Get maritalStatus
|
String |
getNetWorth()
Get netWorth
|
String |
getPresenceOfChildren()
Get presenceOfChildren
|
int |
hashCode() |
Economic |
homeOwnership(String homeOwnership) |
Economic |
income(String income) |
Economic |
maritalStatus(String maritalStatus) |
Economic |
netWorth(String netWorth) |
Economic |
presenceOfChildren(String presenceOfChildren) |
void |
setDwellingType(String dwellingType) |
void |
setHomeOwnership(String homeOwnership) |
void |
setIncome(String income) |
void |
setMaritalStatus(String maritalStatus) |
void |
setNetWorth(String netWorth) |
void |
setPresenceOfChildren(String presenceOfChildren) |
String |
toJson()
Convert an instance of Economic 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_DWELLING_TYPE
public static final String SERIALIZED_NAME_HOME_OWNERSHIP
public static final String SERIALIZED_NAME_MARITAL_STATUS
public static final String SERIALIZED_NAME_PRESENCE_OF_CHILDREN
public static final String SERIALIZED_NAME_INCOME
public static final String SERIALIZED_NAME_NET_WORTH
public void setDwellingType(String dwellingType)
@Nullable public String getHomeOwnership()
public void setHomeOwnership(String homeOwnership)
@Nullable public String getMaritalStatus()
public void setMaritalStatus(String maritalStatus)
@Nullable public String getPresenceOfChildren()
public void setPresenceOfChildren(String presenceOfChildren)
public void setIncome(String income)
public void setNetWorth(String netWorth)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws IOException
jsonElement - JSON ElementIOException - if the JSON Element is invalid with respect to Economicpublic static Economic fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to Economicpublic String toJson()
Copyright © 2024. All rights reserved.