Package software.xdev.brevo.model
Class GetIp
java.lang.Object
software.xdev.brevo.model.GetIp
GetIp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanStatus of the IP (true=active, false=inactive)Domain associated to the IPgetId()ID of the dedicated IPgetIp()Dedicated IPinthashCode()voidvoidvoidvoidtoString()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_IP
- See Also:
-
JSON_PROPERTY_ACTIVE
- See Also:
-
JSON_PROPERTY_DOMAIN
- See Also:
-
-
Constructor Details
-
GetIp
public GetIp()
-
-
Method Details
-
id
-
getId
ID of the dedicated IP- Returns:
- id
-
setId
-
ip
-
getIp
Dedicated IP- Returns:
- ip
-
setIp
-
active
-
getActive
Status of the IP (true=active, false=inactive)- Returns:
- active
-
setActive
-
domain
-
getDomain
Domain associated to the IP- 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
-