Class CookiesConsentPreference
java.lang.Object
com.liferay.cookies.rest.client.dto.v1_0.CookiesConsentPreference
- All Implemented Interfaces:
Serializable,Cloneable
@Generated("")
public class CookiesConsentPreference
extends Object
implements Cloneable, Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetId()getName()getValue()inthashCode()voidsetDomain(UnsafeSupplier<String, Exception> domainUnsafeSupplier) voidvoidsetExpirationDate(UnsafeSupplier<Date, Exception> expirationDateUnsafeSupplier) voidsetExpirationDate(Date expirationDate) voidsetId(UnsafeSupplier<Long, Exception> idUnsafeSupplier) voidvoidsetName(UnsafeSupplier<String, Exception> nameUnsafeSupplier) voidvoidsetUserId(UnsafeSupplier<Long, Exception> userIdUnsafeSupplier) voidvoidsetValue(UnsafeSupplier<String, Exception> valueUnsafeSupplier) voidstatic CookiesConsentPreferencetoString()
-
Field Details
-
domain
-
expirationDate
-
id
-
name
-
userId
-
value
-
-
Constructor Details
-
CookiesConsentPreference
public CookiesConsentPreference()
-
-
Method Details
-
toDTO
-
getDomain
-
setDomain
-
setDomain
-
getExpirationDate
-
setExpirationDate
-
setExpirationDate
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
getUserId
-
setUserId
-
setUserId
-
getValue
-
setValue
-
setValue
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-