Class SesInfo
java.lang.Object
com.maplander.backend.model.ses.tracking.SesInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
getId()
getLink()
void
setBounceSubType
(String bounceSubType) void
setBounceType
(String bounceType) void
void
setDestination
(String destination) void
setEventType
(String eventType) void
void
void
setLinkTags
(String linkTags) void
setMessage
(String message) void
void
setSubject
(String subject) void
setUserAgent
(String userAgent) void
setxSesConfigurationSet
(String xSesConfigurationSet) void
setxSesMessageTags
(String xSesMessageTags) toString()
-
Constructor Details
-
SesInfo
public SesInfo() -
SesInfo
-
-
Method Details
-
getId
-
setId
-
getSource
-
setSource
-
getDestination
-
setDestination
-
getEventType
-
setEventType
-
getxSesMessageTags
-
setxSesMessageTags
-
getxSesConfigurationSet
-
setxSesConfigurationSet
-
getUserAgent
-
setUserAgent
-
getLink
-
setLink
-
getLinkTags
-
setLinkTags
-
getDate
-
setDate
-
getSubject
-
setSubject
-
getMessage
-
setMessage
-
getBounceType
-
setBounceType
-
getBounceSubType
-
setBounceSubType
-
toString
-