Package software.xdev.brevo.model
Class CompaniesImportPost400Response
java.lang.Object
software.xdev.brevo.model.CompaniesImportPost400Response
CompaniesImportPost400Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet messageinthashCode()voidsetMessage(String message) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
CompaniesImportPost400Response
public CompaniesImportPost400Response()
-
-
Method Details
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
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
-