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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) booleanstatic CustomDomainSettingsCreate an instance of CustomDomainSettings given an JSON stringGet domainNameGet fromNameinthashCode()voidsetDomainName(String domainName) voidsetFromName(String fromName) toJson()Convert an instance of CustomDomainSettings to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_DOMAIN_NAME
- See Also:
-
SERIALIZED_NAME_FROM_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CustomDomainSettings
public CustomDomainSettings()
-
-
Method Details
-
domainName
-
getDomainName
-
setDomainName
-
fromName
-
getFromName
-
setFromName
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates 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
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
Convert an instance of CustomDomainSettings to an JSON string- Returns:
- JSON string
-