Class Location
java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.Location
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
int
hashCode()
void
setAddressCountry
(com.liferay.petra.function.UnsafeSupplier<String, Exception> addressCountryUnsafeSupplier) void
setAddressCountry
(String addressCountry) void
setAddressCountry_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> addressCountry_i18nUnsafeSupplier) void
setAddressCountry_i18n
(Map<String, String> addressCountry_i18n) void
setAddressCountryCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> addressCountryCodeUnsafeSupplier) void
setAddressCountryCode
(String addressCountryCode) void
setAddressRegion
(com.liferay.petra.function.UnsafeSupplier<String, Exception> addressRegionUnsafeSupplier) void
setAddressRegion
(String addressRegion) void
setAddressRegionCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> addressRegionCodeUnsafeSupplier) void
setAddressRegionCode
(String addressRegionCode) void
void
static Location
toString()
static Location
unsafeToDTO
(String json)
-
Field Details
-
addressCountry
-
addressCountryCode
-
addressCountry_i18n
-
addressRegion
-
addressRegionCode
-
id
-
xClassName
-
-
Constructor Details
-
Location
public Location()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAddressCountry
-
setAddressCountry
-
setAddressCountry
-
getAddressCountryCode
-
setAddressCountryCode
-
setAddressCountryCode
-
getAddressCountry_i18n
-
setAddressCountry_i18n
-
setAddressCountry_i18n
-
getAddressRegion
-
setAddressRegion
-
setAddressRegion
-
getAddressRegionCode
-
setAddressRegionCode
-
setAddressRegionCode
-
getId
-
setId
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-