@Deprecated
public class GroupMessage
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BATCH_SIZE
Deprecated.
|
static int |
DEFAULT_EXPIRATION_DAYS
Deprecated.
|
Constructor and Description |
---|
GroupMessage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getExpirationDate()
Deprecated.
Get the expiration date of this message.
|
java.lang.Long |
getId()
Deprecated.
Get this message's id.
|
Link |
getLink()
Deprecated.
Get the
Link associated with this message. |
java.lang.String |
getMessage()
Deprecated.
Get the body of this message.
|
java.sql.Timestamp |
getUpdateDate()
Deprecated.
Get the date this message was last updated.
|
void |
setExpirationDate(java.sql.Timestamp expirationDate_)
Deprecated.
Set the expiration date of this message.
|
void |
setId(java.lang.Long id_)
Deprecated.
Set this message's id.
|
void |
setLink(Link link_)
Deprecated.
Set the
Link associated with this message. |
void |
setMessage(java.lang.String message_)
Deprecated.
Set the body of this message.
|
void |
setUpdateDate(java.sql.Timestamp updateDate_)
Deprecated.
Set the date this message was last updated.
|
public static final int DEFAULT_BATCH_SIZE
public static final int DEFAULT_EXPIRATION_DAYS
public java.sql.Timestamp getExpirationDate()
public void setExpirationDate(java.sql.Timestamp expirationDate_)
expirationDate_
- The expiration date.public java.lang.Long getId()
public void setId(java.lang.Long id_)
id_
- The id.public Link getLink()
Link
associated with this message.public void setLink(Link link_)
Link
associated with this message.link_
- The link.public java.lang.String getMessage()
public void setMessage(java.lang.String message_)
message_
- The message body.public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate_)
updateDate_
- The update date.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.