Class Upsertrecords202Response

java.lang.Object
software.xdev.brevo.model.Upsertrecords202Response

public class Upsertrecords202Response extends Object
Upsertrecords202Response
  • Field Details

  • Constructor Details

    • Upsertrecords202Response

      public Upsertrecords202Response()
  • Method Details

    • processId

      public Upsertrecords202Response processId(@Nullable Long processId)
    • getProcessId

      @Nullable public Long getProcessId()
      Unique Id for the batch process used to track the status of the batch.
      Returns:
      processId
    • setProcessId

      public void setProcessId(@Nullable Long processId)
    • message

      public Upsertrecords202Response message(@Nullable String message)
    • getMessage

      @Nullable public String getMessage()
      Get message
      Returns:
      message
    • setMessage

      public void setMessage(@Nullable String message)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string