public class UserAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
block
Flag to set this action as 'blocking'.
|
java.util.Date |
date
Message Timestamp
|
int |
id
Action ID from database
|
java.lang.String |
message
Message to display
|
| Constructor and Description |
|---|
UserAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBlock()
Get the message block property
|
java.lang.String |
getDate()
Get the formatted timestamp of message
|
int |
getId()
Get the message ID
|
java.lang.String |
getMessage()
Get the message
|
Copyright © 2009-2019. All Rights Reserved.