Class UserNotification
java.lang.Object
com.liferay.headless.user.notification.dto.v1_0.UserNotification
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getRead()
getType()
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setDateCreated
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) void
setDateCreated
(Date dateCreated) void
void
void
setMessage
(com.liferay.petra.function.UnsafeSupplier<String, Exception> messageUnsafeSupplier) void
setMessage
(String message) void
void
void
void
static UserNotification
toString()
static UserNotification
unsafeToDTO
(String json)
-
Field Details
-
actions
-
dateCreated
-
id
-
message
-
read
-
type
-
xClassName
-
-
Constructor Details
-
UserNotification
public UserNotification()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getId
-
setId
-
setId
-
getMessage
-
setMessage
-
setMessage
-
getRead
-
setRead
-
setRead
-
getType
-
setType
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-