Class GetExtendedClientAllOfAddress

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

public class GetExtendedClientAllOfAddress extends Object
Address informations
  • Field Details

  • Constructor Details

    • GetExtendedClientAllOfAddress

      public GetExtendedClientAllOfAddress()
  • Method Details

    • street

      public GetExtendedClientAllOfAddress street(@Nonnull String street)
    • getStreet

      @Nonnull public String getStreet()
      Street information
      Returns:
      street
    • setStreet

      public void setStreet(@Nonnull String street)
    • city

      public GetExtendedClientAllOfAddress city(@Nonnull String city)
    • getCity

      @Nonnull public String getCity()
      City information
      Returns:
      city
    • setCity

      public void setCity(@Nonnull String city)
    • zipCode

      public GetExtendedClientAllOfAddress zipCode(@Nonnull String zipCode)
    • getZipCode

      @Nonnull public String getZipCode()
      Zip Code information
      Returns:
      zipCode
    • setZipCode

      public void setZipCode(@Nonnull String zipCode)
    • country

      public GetExtendedClientAllOfAddress country(@Nonnull String country)
    • getCountry

      @Nonnull public String getCountry()
      Country information
      Returns:
      country
    • setCountry

      public void setCountry(@Nonnull String country)
    • 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