public class StreamContent extends AlipayObject
| 构造器和说明 |
|---|
StreamContent() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getReplyCmd() |
String |
getStreamType() |
String |
getTemplateCode() |
String |
getTemplateData() |
String |
getText() |
void |
setReplyCmd(String replyCmd) |
void |
setStreamType(String streamType) |
void |
setTemplateCode(String templateCode) |
void |
setTemplateData(String templateData) |
void |
setText(String text) |
public String getReplyCmd()
public void setReplyCmd(String replyCmd)
public String getStreamType()
public void setStreamType(String streamType)
public String getTemplateCode()
public void setTemplateCode(String templateCode)
public String getTemplateData()
public void setTemplateData(String templateData)
public String getText()
public void setText(String text)
Copyright © 2024. All rights reserved.