public static class OapiMessageCorpconversationAsyncsendV2Request.Body extends TaobaoObject
| 构造器和说明 |
|---|
Body() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor() |
String |
getContent() |
String |
getFileCount() |
List<OapiMessageCorpconversationAsyncsendV2Request.Form> |
getForm() |
String |
getImage() |
OapiMessageCorpconversationAsyncsendV2Request.Rich |
getRich() |
String |
getTitle() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setFileCount(String fileCount) |
void |
setForm(List<OapiMessageCorpconversationAsyncsendV2Request.Form> form) |
void |
setImage(String image) |
void |
setRich(OapiMessageCorpconversationAsyncsendV2Request.Rich rich) |
void |
setTitle(String title) |
public String getAuthor()
public void setAuthor(String author)
public String getContent()
public void setContent(String content)
public String getFileCount()
public void setFileCount(String fileCount)
public List<OapiMessageCorpconversationAsyncsendV2Request.Form> getForm()
public void setForm(List<OapiMessageCorpconversationAsyncsendV2Request.Form> form)
public String getImage()
public void setImage(String image)
public OapiMessageCorpconversationAsyncsendV2Request.Rich getRich()
public void setRich(OapiMessageCorpconversationAsyncsendV2Request.Rich rich)
public String getTitle()
public void setTitle(String title)
Copyright © 2020. All rights reserved.