public class SendTextMsgRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
projectId
example:
126000030
|
String |
requestId
example:
52775239-1575-5C07-A4AE-1835D120E4A6
|
String |
sessionId
example:
tcm9xac9dsfbfgm8hf5k94l3cqybwh9o3mn0iuyytdgd9qoejxf1crxsdvuvr8fu0zudk5px4vsa3e3fgcclplkiuo7kyy3sqgscvhejmooblaiv64ww8cvlxvin2urzyhooqj33y7gvodef0sxn22n9q58o7xlupabiknxsv46qe7kof8nuc4be8kyhi01
|
String |
text |
Integer |
type
example:
1
|
构造器和说明 |
---|
SendTextMsgRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SendTextMsgRequest |
build(Map<String,?> map) |
String |
getProjectId() |
String |
getRequestId() |
String |
getSessionId() |
String |
getText() |
Integer |
getType() |
SendTextMsgRequest |
setProjectId(String projectId) |
SendTextMsgRequest |
setRequestId(String requestId) |
SendTextMsgRequest |
setSessionId(String sessionId) |
SendTextMsgRequest |
setText(String text) |
SendTextMsgRequest |
setType(Integer type) |
@NameInMap(value="projectId") public String projectId
126000030
@NameInMap(value="requestId") public String requestId
52775239-1575-5C07-A4AE-1835D120E4A6
@NameInMap(value="sessionId") public String sessionId
tcm9xac9dsfbfgm8hf5k94l3cqybwh9o3mn0iuyytdgd9qoejxf1crxsdvuvr8fu0zudk5px4vsa3e3fgcclplkiuo7kyy3sqgscvhejmooblaiv64ww8cvlxvin2urzyhooqj33y7gvodef0sxn22n9q58o7xlupabiknxsv46qe7kof8nuc4be8kyhi01
@NameInMap(value="text") public String text
@NameInMap(value="type") public Integer type
1
public static SendTextMsgRequest build(Map<String,?> map) throws Exception
Exception
public SendTextMsgRequest setProjectId(String projectId)
public String getProjectId()
public SendTextMsgRequest setRequestId(String requestId)
public String getRequestId()
public SendTextMsgRequest setSessionId(String sessionId)
public String getSessionId()
public SendTextMsgRequest setText(String text)
public String getText()
public SendTextMsgRequest setType(Integer type)
public Integer getType()
Copyright © 2024. All rights reserved.