Class Region
java.lang.Object
com.liferay.headless.admin.address.dto.v1_0.Region
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()voidvoidvoidsetCountryId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> countryIdUnsafeSupplier) voidsetCountryId(Long countryId) voidvoidvoidvoidvoidsetPosition(com.liferay.petra.function.UnsafeSupplier<Double, Exception> positionUnsafeSupplier) voidsetPosition(Double position) voidsetRegionCode(com.liferay.petra.function.UnsafeSupplier<String, Exception> regionCodeUnsafeSupplier) voidsetRegionCode(String regionCode) voidsetTitle_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> title_i18nUnsafeSupplier) voidsetTitle_i18n(Map<String, String> title_i18n) static RegiontoString()static RegionunsafeToDTO(String json)
-
Field Details
-
active
-
countryId
-
id
-
name
-
position
-
regionCode
-
title_i18n
-
xClassName
-
-
Constructor Details
-
Region
public Region()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActive
-
setActive
-
setActive
-
getCountryId
-
setCountryId
-
setCountryId
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
getPosition
-
setPosition
-
setPosition
-
getRegionCode
-
setRegionCode
-
setRegionCode
-
getTitle_i18n
-
setTitle_i18n
-
setTitle_i18n
-
equals
-
hashCode
public int hashCode() -
toString
-