java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.Location
All Implemented Interfaces:
Serializable

@Generated("") public class Location extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • addressCountry

      protected String addressCountry
    • addressCountryCode

      protected String addressCountryCode
    • addressCountry_i18n

      protected Map<String,String> addressCountry_i18n
    • addressRegion

      protected String addressRegion
    • addressRegionCode

      protected String addressRegionCode
    • id

      protected Long id
    • xClassName

      public String xClassName
  • Constructor Details

    • Location

      public Location()
  • Method Details

    • toDTO

      public static Location toDTO(String json)
    • unsafeToDTO

      public static Location unsafeToDTO(String json)
    • getAddressCountry

      public String getAddressCountry()
    • setAddressCountry

      public void setAddressCountry(String addressCountry)
    • setAddressCountry

      public void setAddressCountry(com.liferay.petra.function.UnsafeSupplier<String,Exception> addressCountryUnsafeSupplier)
    • getAddressCountryCode

      public String getAddressCountryCode()
    • setAddressCountryCode

      public void setAddressCountryCode(String addressCountryCode)
    • setAddressCountryCode

      public void setAddressCountryCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> addressCountryCodeUnsafeSupplier)
    • getAddressCountry_i18n

      @Valid public @Valid Map<String,String> getAddressCountry_i18n()
    • setAddressCountry_i18n

      public void setAddressCountry_i18n(Map<String,String> addressCountry_i18n)
    • setAddressCountry_i18n

      public void setAddressCountry_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> addressCountry_i18nUnsafeSupplier)
    • getAddressRegion

      public String getAddressRegion()
    • setAddressRegion

      public void setAddressRegion(String addressRegion)
    • setAddressRegion

      public void setAddressRegion(com.liferay.petra.function.UnsafeSupplier<String,Exception> addressRegionUnsafeSupplier)
    • getAddressRegionCode

      public String getAddressRegionCode()
    • setAddressRegionCode

      public void setAddressRegionCode(String addressRegionCode)
    • setAddressRegionCode

      public void setAddressRegionCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> addressRegionCodeUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object