Package software.xdev.brevo.model
Class GetExtendedContactDetailsAllOfStatisticsOpened
java.lang.Object
software.xdev.brevo.model.GetExtendedContactDetailsAllOfStatisticsOpened
GetExtendedContactDetailsAllOfStatisticsOpened
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaignId(Long campaignId) booleanID of the campaign which generated the eventgetCount()Number of openings for the campaignUTC date-time of the eventgetIp()IP from which the user has opened the emailinthashCode()voidsetCampaignId(Long campaignId) voidvoidsetEventTime(String eventTime) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CAMPAIGN_ID
- See Also:
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_EVENT_TIME
- See Also:
-
JSON_PROPERTY_IP
- See Also:
-
-
Constructor Details
-
GetExtendedContactDetailsAllOfStatisticsOpened
public GetExtendedContactDetailsAllOfStatisticsOpened()
-
-
Method Details
-
campaignId
-
getCampaignId
ID of the campaign which generated the event- Returns:
- campaignId
-
setCampaignId
-
count
-
getCount
Number of openings 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 opened the email- Returns:
- ip
-
setIp
-
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
-