Package com.boldsign.model
Class CustomDomainSettings
- java.lang.Object
-
- com.boldsign.model.CustomDomainSettings
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class CustomDomainSettings extends Object
CustomDomainSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomDomainSettings.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DOMAIN_NAMEstatic StringSERIALIZED_NAME_FROM_NAME
-
Constructor Summary
Constructors Constructor Description CustomDomainSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()CustomDomainSettingsdomainName(String domainName)booleanequals(Object o)static CustomDomainSettingsfromJson(String jsonString)Create an instance of CustomDomainSettings given an JSON stringCustomDomainSettingsfromName(String fromName)StringgetDomainName()Get domainNameStringgetFromName()Get fromNameinthashCode()voidsetDomainName(String domainName)voidsetFromName(String fromName)StringtoJson()Convert an instance of CustomDomainSettings to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_DOMAIN_NAME
public static final String SERIALIZED_NAME_DOMAIN_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FROM_NAME
public static final String SERIALIZED_NAME_FROM_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
domainName
public CustomDomainSettings domainName(String domainName)
-
setDomainName
public void setDomainName(String domainName)
-
fromName
public CustomDomainSettings fromName(String fromName)
-
setFromName
public void setFromName(String fromName)
-
createFormData
public Map<String,Object> createFormData() throws ApiException
- Throws:
ApiException
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to CustomDomainSettings
-
fromJson
public static CustomDomainSettings fromJson(String jsonString) throws IOException
Create an instance of CustomDomainSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CustomDomainSettings
- Throws:
IOException- if the JSON string is invalid with respect to CustomDomainSettings
-
toJson
public String toJson()
Convert an instance of CustomDomainSettings to an JSON string- Returns:
- JSON string
-
-