Serialized Form
-
Package com.liferay.headless.admin.address.dto.v1_0
-
Class com.liferay.headless.admin.address.dto.v1_0.Country
class Country extends Object implements Serializable-
Serialized Fields
-
_a2Supplier
Supplier<String> _a2Supplier
-
_a3Supplier
Supplier<String> _a3Supplier
-
_activeSupplier
Supplier<Boolean> _activeSupplier
-
_billingAllowedSupplier
Supplier<Boolean> _billingAllowedSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_groupFilterEnabledSupplier
Supplier<Boolean> _groupFilterEnabledSupplier
-
_iddSupplier
Supplier<Integer> _iddSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_numberSupplier
Supplier<Integer> _numberSupplier
-
_positionSupplier
Supplier<Double> _positionSupplier
-
_regionsSupplier
Supplier<Region[]> _regionsSupplier
-
_shippingAllowedSupplier
Supplier<Boolean> _shippingAllowedSupplier
-
_subjectToVATSupplier
Supplier<Boolean> _subjectToVATSupplier
-
_title_i18nSupplier
Supplier<Map<String,
String>> _title_i18nSupplier -
_zipRequiredSupplier
Supplier<Boolean> _zipRequiredSupplier
-
a2
@NotEmpty String a2
-
a3
@NotEmpty String a3
-
active
Boolean active
-
billingAllowed
Boolean billingAllowed
-
groupFilterEnabled
Boolean groupFilterEnabled
-
id
Long id
-
idd
Integer idd
-
name
@NotEmpty String name
-
number
@NotNull Integer number
-
position
Double position
-
regions
Region[] regions
-
shippingAllowed
Boolean shippingAllowed
-
subjectToVAT
Boolean subjectToVAT
-
title_i18n
Map<String,
String> title_i18n -
xClassName
String xClassName
-
zipRequired
Boolean zipRequired
-
-
-
Class com.liferay.headless.admin.address.dto.v1_0.Region
class Region extends Object implements Serializable-
Serialized Fields
-
_activeSupplier
Supplier<Boolean> _activeSupplier
-
_countryIdSupplier
Supplier<Long> _countryIdSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_positionSupplier
Supplier<Double> _positionSupplier
-
_regionCodeSupplier
Supplier<String> _regionCodeSupplier
-
_title_i18nSupplier
Supplier<Map<String,
String>> _title_i18nSupplier -
active
Boolean active
-
countryId
Long countryId
-
id
Long id
-
name
@NotEmpty String name
-
position
Double position
-
regionCode
@NotEmpty String regionCode
-
title_i18n
Map<String,
String> title_i18n -
xClassName
String xClassName
-
-
-