Class ShippingAddress
java.lang.Object
com.liferay.headless.commerce.admin.order.dto.v1_0.ShippingAddress
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @NotEmpty String
protected @NotEmpty String
protected String
protected String
protected Long
protected Double
protected Double
protected @NotEmpty String
protected String
protected String
protected @NotEmpty String
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCity()
@DecimalMin("0") Long
getId()
getName()
getZip()
int
hashCode()
void
void
void
setCountryISOCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> countryISOCodeUnsafeSupplier) void
setCountryISOCode
(String countryISOCode) void
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) void
void
void
setLatitude
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> latitudeUnsafeSupplier) void
setLatitude
(Double latitude) void
setLongitude
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> longitudeUnsafeSupplier) void
setLongitude
(Double longitude) void
void
void
setPhoneNumber
(com.liferay.petra.function.UnsafeSupplier<String, Exception> phoneNumberUnsafeSupplier) void
setPhoneNumber
(String phoneNumber) void
setRegionISOCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> regionISOCodeUnsafeSupplier) void
setRegionISOCode
(String regionISOCode) void
setStreet1
(com.liferay.petra.function.UnsafeSupplier<String, Exception> street1UnsafeSupplier) void
setStreet1
(String street1) void
setStreet2
(com.liferay.petra.function.UnsafeSupplier<String, Exception> street2UnsafeSupplier) void
setStreet2
(String street2) void
setStreet3
(com.liferay.petra.function.UnsafeSupplier<String, Exception> street3UnsafeSupplier) void
setStreet3
(String street3) void
void
static ShippingAddress
toString()
static ShippingAddress
unsafeToDTO
(String json)
-
Field Details
-
city
-
countryISOCode
-
description
-
externalReferenceCode
-
id
-
latitude
-
longitude
-
name
-
phoneNumber
-
regionISOCode
-
street1
-
street2
-
street3
-
zip
-
xClassName
-
-
Constructor Details
-
ShippingAddress
public ShippingAddress()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCity
-
setCity
-
setCity
-
getCountryISOCode
-
setCountryISOCode
-
setCountryISOCode
-
getDescription
-
setDescription
-
setDescription
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getId
-
setId
-
setId
-
getLatitude
-
setLatitude
-
setLatitude
-
getLongitude
-
setLongitude
-
setLongitude
-
getName
-
setName
-
setName
-
getPhoneNumber
-
setPhoneNumber
-
setPhoneNumber
-
getRegionISOCode
-
setRegionISOCode
-
setRegionISOCode
-
getStreet1
-
setStreet1
-
setStreet1
-
getStreet2
-
setStreet2
-
setStreet2
-
getStreet3
-
setStreet3
-
setStreet3
-
getZip
-
setZip
-
setZip
-
equals
-
hashCode
public int hashCode() -
toString
-