public class SendMessage extends Object implements Serializable
| Constructor and Description |
|---|
SendMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardId() |
String |
getContent() |
String |
getDescription() |
Integer |
getGroupId() |
Boolean |
getIsToAll() |
String |
getMediaId() |
List<String> |
getOpenIds() |
SendMessageScope |
getScope() |
String |
getThumbMediaId() |
String |
getTitle() |
SendMessageType |
getType() |
void |
setCardId(String cardId) |
void |
setContent(String content) |
void |
setDescription(String description) |
void |
setGroupId(Integer groupId) |
void |
setIsToAll(Boolean isToAll) |
void |
setMediaId(String mediaId) |
void |
setOpenIds(List<String> openIds) |
void |
setScope(SendMessageScope scope) |
void |
setThumbMediaId(String thumbMediaId) |
void |
setTitle(String title) |
void |
setType(SendMessageType type) |
String |
toString() |
public SendMessageType getType()
public void setType(SendMessageType type)
public SendMessageScope getScope()
public void setScope(SendMessageScope scope)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public Boolean getIsToAll()
public void setIsToAll(Boolean isToAll)
public String getContent()
public void setContent(String content)
public String getMediaId()
public void setMediaId(String mediaId)
public String getCardId()
public void setCardId(String cardId)
public String getThumbMediaId()
public void setThumbMediaId(String thumbMediaId)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
Copyright © 2019. All rights reserved.