Class CustomerAddress

java.lang.Object
de.codebarista.shopware.model.core.CustomerAddress

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]", comments="Generator version: 7.5.0") public class CustomerAddress extends Object
Added since version: 6.0.0.0
  • Field Details

  • Constructor Details

  • Method Details

    • id

      public CustomerAddress id(String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • customerId

      public CustomerAddress customerId(String customerId)
    • getCustomerId

      @Nonnull public String getCustomerId()
      Get customerId
      Returns:
      customerId
    • setCustomerId

      public void setCustomerId(String customerId)
    • countryId

      public CustomerAddress countryId(String countryId)
    • getCountryId

      @Nonnull public String getCountryId()
      Get countryId
      Returns:
      countryId
    • setCountryId

      public void setCountryId(String countryId)
    • countryStateId

      public CustomerAddress countryStateId(String countryStateId)
    • getCountryStateId

      @Nullable public String getCountryStateId()
      Get countryStateId
      Returns:
      countryStateId
    • setCountryStateId

      public void setCountryStateId(String countryStateId)
    • salutationId

      public CustomerAddress salutationId(String salutationId)
    • getSalutationId

      @Nullable public String getSalutationId()
      Get salutationId
      Returns:
      salutationId
    • setSalutationId

      public void setSalutationId(String salutationId)
    • firstName

      public CustomerAddress firstName(String firstName)
    • getFirstName

      @Nonnull public String getFirstName()
      Get firstName
      Returns:
      firstName
    • setFirstName

      public void setFirstName(String firstName)
    • lastName

      public CustomerAddress lastName(String lastName)
    • getLastName

      @Nonnull public String getLastName()
      Get lastName
      Returns:
      lastName
    • setLastName

      public void setLastName(String lastName)
    • zipcode

      public CustomerAddress zipcode(String zipcode)
    • getZipcode

      @Nullable public String getZipcode()
      Get zipcode
      Returns:
      zipcode
    • setZipcode

      public void setZipcode(String zipcode)
    • city

      public CustomerAddress city(String city)
    • getCity

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

      public void setCity(String city)
    • company

      public CustomerAddress company(String company)
    • getCompany

      @Nullable public String getCompany()
      Get company
      Returns:
      company
    • setCompany

      public void setCompany(String company)
    • street

      public CustomerAddress street(String street)
    • getStreet

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

      public void setStreet(String street)
    • department

      public CustomerAddress department(String department)
    • getDepartment

      @Nullable public String getDepartment()
      Get department
      Returns:
      department
    • setDepartment

      public void setDepartment(String department)
    • title

      public CustomerAddress title(String title)
    • getTitle

      @Nullable public String getTitle()
      Get title
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • phoneNumber

      public CustomerAddress phoneNumber(String phoneNumber)
    • getPhoneNumber

      @Nullable public String getPhoneNumber()
      Get phoneNumber
      Returns:
      phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
    • additionalAddressLine1

      public CustomerAddress additionalAddressLine1(String additionalAddressLine1)
    • getAdditionalAddressLine1

      @Nullable public String getAdditionalAddressLine1()
      Get additionalAddressLine1
      Returns:
      additionalAddressLine1
    • setAdditionalAddressLine1

      public void setAdditionalAddressLine1(String additionalAddressLine1)
    • additionalAddressLine2

      public CustomerAddress additionalAddressLine2(String additionalAddressLine2)
    • getAdditionalAddressLine2

      @Nullable public String getAdditionalAddressLine2()
      Get additionalAddressLine2
      Returns:
      additionalAddressLine2
    • setAdditionalAddressLine2

      public void setAdditionalAddressLine2(String additionalAddressLine2)
    • customFields

      public CustomerAddress customFields(Object customFields)
    • getCustomFields

      @Nullable public Object getCustomFields()
      Get customFields
      Returns:
      customFields
    • setCustomFields

      public void setCustomFields(Object customFields)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • country

      public CustomerAddress country(Country country)
    • getCountry

      @Nullable public Country getCountry()
      Get country
      Returns:
      country
    • setCountry

      public void setCountry(Country country)
    • countryState

      public CustomerAddress countryState(CountryState countryState)
    • getCountryState

      @Nullable public CountryState getCountryState()
      Get countryState
      Returns:
      countryState
    • setCountryState

      public void setCountryState(CountryState countryState)
    • salutation

      public CustomerAddress salutation(Salutation salutation)
    • getSalutation

      @Nullable public Salutation getSalutation()
      Get salutation
      Returns:
      salutation
    • setSalutation

      public void setSalutation(Salutation salutation)
    • 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