Package software.xdev.brevo.model
Class CreateSenderIpsInner
java.lang.Object
software.xdev.brevo.model.CreateSenderIpsInner
CreateSenderIpsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDomain of the IPgetIp()Dedicated IP available in your accountWeight to apply to the IP.inthashCode()voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_IP
- See Also:
-
JSON_PROPERTY_DOMAIN
- See Also:
-
JSON_PROPERTY_WEIGHT
- See Also:
-
-
Constructor Details
-
CreateSenderIpsInner
public CreateSenderIpsInner()
-
-
Method Details
-
ip
-
getIp
Dedicated IP available in your account- Returns:
- ip
-
setIp
-
domain
-
getDomain
Domain of the IP- Returns:
- domain
-
setDomain
-
weight
-
getWeight
Weight to apply to the IP. Sum of all IP weights must be 100. Should be passed for either ALL or NONE of the IPs. If it's not passed, the sending will be equally balanced on all IPs. minimum: 1 maximum: 100- Returns:
- weight
-
setWeight
-
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
-