Package software.xdev.brevo.model
Class CreateSenderModel
java.lang.Object
software.xdev.brevo.model.CreateSenderModel
CreateSenderModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanStatus of DKIM configuration for the sender (true = DKIM not well configured, false = DKIM well configured)getId()ID of the Sender createdStatus of SPF configuration for the sender (true = SPF not well configured, false = SPF well configured)inthashCode()voidsetDkimError(Boolean dkimError) voidvoidsetSpfError(Boolean spfError) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_SPF_ERROR
- See Also:
-
JSON_PROPERTY_DKIM_ERROR
- See Also:
-
-
Constructor Details
-
CreateSenderModel
public CreateSenderModel()
-
-
Method Details
-
id
-
getId
ID of the Sender created- Returns:
- id
-
setId
-
spfError
-
getSpfError
Status of SPF configuration for the sender (true = SPF not well configured, false = SPF well configured)- Returns:
- spfError
-
setSpfError
-
dkimError
-
getDkimError
Status of DKIM configuration for the sender (true = DKIM not well configured, false = DKIM well configured)- Returns:
- dkimError
-
setDkimError
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-