Package software.xdev.brevo.model
Class BlockDomain
java.lang.Object
software.xdev.brevo.model.BlockDomain
BlockDomain
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanname of the domain to be blockedinthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DOMAIN
- See Also:
-
-
Constructor Details
-
BlockDomain
public BlockDomain()
-
-
Method Details
-
domain
-
getDomain
name of the domain to be blocked- Returns:
- domain
-
setDomain
-
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
-