Class Country
java.lang.Object
com.liferay.headless.admin.address.dto.v1_0.Country
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @NotEmpty String
protected @NotEmpty String
protected Boolean
protected Boolean
protected Boolean
protected Long
protected Integer
protected @NotEmpty String
protected @NotNull Integer
protected Double
protected Region[]
protected Boolean
protected Boolean
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getA2()
getA3()
getId()
getIdd()
getName()
@Valid Region[]
int
hashCode()
void
void
void
void
void
void
void
setBillingAllowed
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> billingAllowedUnsafeSupplier) void
setBillingAllowed
(Boolean billingAllowed) void
setGroupFilterEnabled
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> groupFilterEnabledUnsafeSupplier) void
setGroupFilterEnabled
(Boolean groupFilterEnabled) void
void
void
void
void
void
void
void
void
setPosition
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> positionUnsafeSupplier) void
setPosition
(Double position) void
setRegions
(Region[] regions) void
setRegions
(com.liferay.petra.function.UnsafeSupplier<Region[], Exception> regionsUnsafeSupplier) void
setShippingAllowed
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> shippingAllowedUnsafeSupplier) void
setShippingAllowed
(Boolean shippingAllowed) void
setSubjectToVAT
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> subjectToVATUnsafeSupplier) void
setSubjectToVAT
(Boolean subjectToVAT) void
setTitle_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> title_i18nUnsafeSupplier) void
setTitle_i18n
(Map<String, String> title_i18n) void
setZipRequired
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> zipRequiredUnsafeSupplier) void
setZipRequired
(Boolean zipRequired) static Country
toString()
static Country
unsafeToDTO
(String json)
-
Field Details
-
a2
-
a3
-
active
-
billingAllowed
-
groupFilterEnabled
-
id
-
idd
-
name
-
number
-
position
-
regions
-
shippingAllowed
-
subjectToVAT
-
title_i18n
-
zipRequired
-
xClassName
-
-
Constructor Details
-
Country
public Country()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getA2
-
setA2
-
setA2
-
getA3
-
setA3
-
setA3
-
getActive
-
setActive
-
setActive
-
getBillingAllowed
-
setBillingAllowed
-
setBillingAllowed
-
getGroupFilterEnabled
-
setGroupFilterEnabled
-
setGroupFilterEnabled
-
getId
-
setId
-
setId
-
getIdd
-
setIdd
-
setIdd
-
getName
-
setName
-
setName
-
getNumber
-
setNumber
-
setNumber
-
getPosition
-
setPosition
-
setPosition
-
getRegions
-
setRegions
-
setRegions
-
getShippingAllowed
-
setShippingAllowed
-
setShippingAllowed
-
getSubjectToVAT
-
setSubjectToVAT
-
setSubjectToVAT
-
getTitle_i18n
-
setTitle_i18n
-
setTitle_i18n
-
getZipRequired
-
setZipRequired
-
setZipRequired
-
equals
-
hashCode
public int hashCode() -
toString
-