Serialized Form
-
Package com.liferay.cookies.rest.dto.v1_0
-
Class com.liferay.cookies.rest.dto.v1_0.CookiesConsentPreference
class CookiesConsentPreference extends Object implements Serializable-
Serialized Fields
-
_domainSupplier
Supplier<String> _domainSupplier
-
_expirationDateSupplier
Supplier<Date> _expirationDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_userIdSupplier
Supplier<Long> _userIdSupplier
-
_valueSupplier
Supplier<String> _valueSupplier
-
domain
@NotEmpty String domain
-
expirationDate
@NotNull Date expirationDate
-
id
Long id
-
name
@NotEmpty String name
-
userId
@NotNull Long userId
-
value
@NotEmpty String value
-
xClassName
String xClassName
-
-
-