Package software.xdev.brevo.model
Class GetExtendedContactDetailsAllOfStatisticsLinks
java.lang.Object
software.xdev.brevo.model.GetExtendedContactDetailsAllOfStatisticsLinks
GetExtendedContactDetailsAllOfStatisticsLinks
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Number of clicks on this link for the campaignUTC date-time of the eventgetIp()IP from which the user has clicked on the linkgetUrl()URL of the clicked linkinthashCode()voidvoidsetEventTime(String eventTime) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_EVENT_TIME
- See Also:
-
JSON_PROPERTY_IP
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
GetExtendedContactDetailsAllOfStatisticsLinks
public GetExtendedContactDetailsAllOfStatisticsLinks()
-
-
Method Details
-
count
-
getCount
Number of clicks on this link for the campaign- Returns:
- count
-
setCount
-
eventTime
-
getEventTime
UTC date-time of the event- Returns:
- eventTime
-
setEventTime
-
ip
-
getIp
IP from which the user has clicked on the link- Returns:
- ip
-
setIp
-
url
-
getUrl
URL of the clicked link- Returns:
- url
-
setUrl
-
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
-