Class CustomFieldMessage
java.lang.Object
com.boldsign.model.CustomFieldMessage
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CustomFieldMessage
extends Object
CustomFieldMessage
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomFieldId(String customFieldId) booleanstatic CustomFieldMessageCreate an instance of CustomFieldMessage given an JSON stringGet customFieldIdGet messageinthashCode()voidsetCustomFieldId(String customFieldId) voidsetMessage(String message) toJson()Convert an instance of CustomFieldMessage 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_CUSTOM_FIELD_ID
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CustomFieldMessage
public CustomFieldMessage()
-
-
Method Details
-
customFieldId
-
getCustomFieldId
-
setCustomFieldId
-
message
-
getMessage
-
setMessage
-
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 CustomFieldMessage
-
fromJson
Create an instance of CustomFieldMessage given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CustomFieldMessage
- Throws:
IOException- if the JSON string is invalid with respect to CustomFieldMessage
-
toJson
Convert an instance of CustomFieldMessage to an JSON string- Returns:
- JSON string
-