Package software.xdev.brevo.model
Class SendWhatsappMessage201Response
java.lang.Object
software.xdev.brevo.model.SendWhatsappMessage201Response
SendWhatsappMessage201Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmessageId of sent messageinthashCode()voidsetMessageId(String messageId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MESSAGE_ID
- See Also:
-
-
Constructor Details
-
SendWhatsappMessage201Response
public SendWhatsappMessage201Response()
-
-
Method Details
-
messageId
-
getMessageId
messageId of sent message- Returns:
- messageId
-
setMessageId
-
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
-