Package software.xdev.brevo.model
Class GetSmsEventReportEventsInner
java.lang.Object
software.xdev.brevo.model.GetSmsEventReportEventsInner
GetSmsEventReportEventsInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEvent which occurred -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDate()UTC date-time on which the event has been generatedgetEvent()Event which occurredMessage ID which generated the eventPhone number which has generated the eventReason of bounce (only available if the event is hardbounce or softbounce)getReply()Get replygetTag()Tag of the SMS which generated the eventinthashCode()phoneNumber(String phoneNumber) voidvoidvoidsetMessageId(String messageId) voidsetPhoneNumber(String phoneNumber) voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PHONE_NUMBER
- See Also:
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_MESSAGE_ID
- See Also:
-
JSON_PROPERTY_EVENT
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
JSON_PROPERTY_REPLY
- See Also:
-
JSON_PROPERTY_TAG
- See Also:
-
-
Constructor Details
-
GetSmsEventReportEventsInner
public GetSmsEventReportEventsInner()
-
-
Method Details
-
phoneNumber
-
getPhoneNumber
Phone number which has generated the event- Returns:
- phoneNumber
-
setPhoneNumber
-
date
-
getDate
UTC date-time on which the event has been generated- Returns:
- date
-
setDate
-
messageId
-
getMessageId
Message ID which generated the event- Returns:
- messageId
-
setMessageId
-
event
-
getEvent
Event which occurred- Returns:
- event
-
setEvent
-
reason
-
getReason
Reason of bounce (only available if the event is hardbounce or softbounce)- Returns:
- reason
-
setReason
-
reply
-
getReply
Get reply- Returns:
- reply
-
setReply
-
tag
-
getTag
Tag of the SMS which generated the event- Returns:
- tag
-
setTag
-
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
-