public class MessageAttributes extends Object implements BaseAttributes
| Constructor and Description |
|---|
MessageAttributes() |
| Modifier and Type | Method and Description |
|---|---|
BatchSmsAttributes |
getBatchSmsAttributes() |
DayuAttributes |
getDayuAttributes() |
MailAttributes |
getMailAttributes() |
PushAttributes |
getPushAttributes() |
SmsAttributes |
getSmsAttributes() |
WebSocketAttributes |
getWebSocketAttributes() |
void |
setBatchSmsAttributes(BatchSmsAttributes batchSmsAttributes) |
void |
setDayuAttributes(DayuAttributes dayuAttributes) |
void |
setMailAttributes(MailAttributes mailAttributes) |
void |
setPushAttributes(PushAttributes pushAttributes) |
void |
setSmsAttributes(SmsAttributes smsAttributes) |
void |
setWebSocketAttributes(WebSocketAttributes webSocketAttributes) |
AttributesValidationResult |
validate() |
public AttributesValidationResult validate()
validate in interface BaseAttributespublic MailAttributes getMailAttributes()
public void setMailAttributes(MailAttributes mailAttributes)
public DayuAttributes getDayuAttributes()
public void setDayuAttributes(DayuAttributes dayuAttributes)
public SmsAttributes getSmsAttributes()
public void setSmsAttributes(SmsAttributes smsAttributes)
public WebSocketAttributes getWebSocketAttributes()
public void setWebSocketAttributes(WebSocketAttributes webSocketAttributes)
public BatchSmsAttributes getBatchSmsAttributes()
public void setBatchSmsAttributes(BatchSmsAttributes batchSmsAttributes)
public PushAttributes getPushAttributes()
public void setPushAttributes(PushAttributes pushAttributes)
Copyright © 2024. All Rights Reserved.