public class MessageSendRequest extends Object implements Serializable
Constructor and Description |
---|
MessageSendRequest()
Create an empty instance
|
Modifier and Type | Method and Description |
---|---|
int |
getInstantTimeMinutes()
Gets the value of the instantTimeMinutes field.
|
String |
getMessage()
Message to be sent.
|
List<String> |
getParameters()
Optional list of parameters, that are filled into the message (if the message is an i18n key)
|
List<Integer> |
getToGroupId()
List of group IDs to send the message
|
List<Integer> |
getToUserId()
List of user IDs to send the message
|
Map<String,String> |
getTranslations()
Optional map of translations per language code.
|
void |
setInstantTimeMinutes(int instantTimeMinutes)
Sets the value of the instantTimeMinutes field.
|
void |
setMessage(String message) |
void |
setParameters(List<String> parameters) |
void |
setToGroupId(List<Integer> toGroupId) |
void |
setToUserId(List<Integer> toUserId) |
void |
setTranslations(Map<String,String> translations) |
public String getMessage()
public Map<String,String> getTranslations()
public List<String> getParameters()
public List<Integer> getToGroupId()
public int getInstantTimeMinutes()
public void setInstantTimeMinutes(int instantTimeMinutes)
instantTimeMinutes
- The value to set the instantTimeMinutes field to.public void setMessage(String message)
Copyright © 2024 Gentics Software. All rights reserved.