@Deprecated
public class LeaderMessage
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LeaderMessage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Deprecated.
Get the leader message's id.
|
java.lang.String |
getImageUrl()
Deprecated.
Get the url of the image to be displayed in the leader message.
|
Link |
getLink()
Deprecated.
Get the
Link associated with this leader message. |
java.lang.String |
getMessage()
Deprecated.
Get the body of this message.
|
java.lang.String |
getTitle()
Deprecated.
Get the title.
|
void |
setId(java.lang.Long id_)
Deprecated.
Set the leader message's id.
|
void |
setImageUrl(java.lang.String imageUrl_)
Deprecated.
Set the url of the image to be displayed in the leader message.
|
void |
setLink(Link link_)
Deprecated.
Set the
Link associated with this leader message. |
void |
setMessage(java.lang.String message_)
Deprecated.
Set the body of this message.
|
void |
setTitle(java.lang.String title_)
Deprecated.
Set the title
|
public java.lang.Long getId()
public void setId(java.lang.Long id_)
id_
- The id.public java.lang.String getImageUrl()
public void setImageUrl(java.lang.String imageUrl_)
imageUrl_
- The image url.public Link getLink()
Link
associated with this leader message.public void setLink(Link link_)
Link
associated with this leader message.link_
- The link.public java.lang.String getMessage()
public void setMessage(java.lang.String message_)
message_
- The body.public java.lang.String getTitle()
public void setTitle(java.lang.String title_)
title_
- The title.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.