Class CreateSenderModel

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

public class CreateSenderModel extends Object
CreateSenderModel
  • Field Details

  • Constructor Details

    • CreateSenderModel

      public CreateSenderModel()
  • Method Details

    • id

      public CreateSenderModel id(@Nonnull Long id)
    • getId

      @Nonnull public Long getId()
      ID of the Sender created
      Returns:
      id
    • setId

      public void setId(@Nonnull Long id)
    • spfError

      public CreateSenderModel spfError(@Nullable Boolean spfError)
    • getSpfError

      @Nullable public Boolean getSpfError()
      Status of SPF configuration for the sender (true = SPF not well configured, false = SPF well configured)
      Returns:
      spfError
    • setSpfError

      public void setSpfError(@Nullable Boolean spfError)
    • dkimError

      public CreateSenderModel dkimError(@Nullable Boolean dkimError)
    • getDkimError

      @Nullable public Boolean getDkimError()
      Status of DKIM configuration for the sender (true = DKIM not well configured, false = DKIM well configured)
      Returns:
      dkimError
    • setDkimError

      public void setDkimError(@Nullable Boolean dkimError)
    • 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