Class SenderIdentityViewModel
java.lang.Object
com.boldsign.model.SenderIdentityViewModel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class SenderIdentityViewModel
extends Object
SenderIdentityViewModel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapprovedDate(String approvedDate) booleanstatic SenderIdentityViewModelCreate an instance of SenderIdentityViewModel given an JSON stringGet approvedDateGet brandIdGet createdBygetEmail()Get emailGet metaDatagetName()Get nameGet notificationSettingsGet redirectUrlGet statusinthashCode()notificationSettings(NotificationSettings notificationSettings) putMetaDataItem(String key, String metaDataItem) redirectUrl(String redirectUrl) voidsetApprovedDate(String approvedDate) voidsetBrandId(String brandId) voidsetCreatedBy(String createdBy) voidvoidsetMetaData(Map<String, String> metaData) voidvoidsetNotificationSettings(NotificationSettings notificationSettings) voidsetRedirectUrl(String redirectUrl) voidtoJson()Convert an instance of SenderIdentityViewModel 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_NAME
- See Also:
-
SERIALIZED_NAME_EMAIL
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_CREATED_BY
- See Also:
-
SERIALIZED_NAME_APPROVED_DATE
- See Also:
-
SERIALIZED_NAME_NOTIFICATION_SETTINGS
- See Also:
-
SERIALIZED_NAME_BRAND_ID
- See Also:
-
SERIALIZED_NAME_REDIRECT_URL
- See Also:
-
SERIALIZED_NAME_META_DATA
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SenderIdentityViewModel
public SenderIdentityViewModel()
-
-
Method Details
-
name
-
getName
-
setName
-
email
-
getEmail
-
setEmail
-
status
-
getStatus
-
setStatus
-
createdBy
-
getCreatedBy
-
setCreatedBy
-
approvedDate
-
getApprovedDate
-
setApprovedDate
-
notificationSettings
-
getNotificationSettings
Get notificationSettings- Returns:
- notificationSettings
-
setNotificationSettings
-
brandId
-
getBrandId
-
setBrandId
-
redirectUrl
-
getRedirectUrl
-
setRedirectUrl
-
metaData
-
putMetaDataItem
-
getMetaData
-
setMetaData
-
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 SenderIdentityViewModel
-
fromJson
Create an instance of SenderIdentityViewModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SenderIdentityViewModel
- Throws:
IOException- if the JSON string is invalid with respect to SenderIdentityViewModel
-
toJson
Convert an instance of SenderIdentityViewModel to an JSON string- Returns:
- JSON string
-