Package software.xdev.brevo.model
Class Upsertrecords202Response
java.lang.Object
software.xdev.brevo.model.Upsertrecords202Response
Upsertrecords202Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet messageUnique Id for the batch process used to track the status of the batch.inthashCode()voidsetMessage(String message) voidsetProcessId(Long processId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PROCESS_ID
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
Upsertrecords202Response
public Upsertrecords202Response()
-
-
Method Details
-
processId
-
getProcessId
Unique Id for the batch process used to track the status of the batch.- Returns:
- processId
-
setProcessId
-
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
-