public class SendRoomNotificationMessageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SendRoomNotificationMessageRequest() |
SendRoomNotificationMessageRequest(SendRoomNotificationMessageRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getMsgContent()
Get 消息。
|
Long |
getRoomId()
Get 房间ID。
|
Long |
getSdkAppId()
Get 低代码互动课堂的SdkAppId。
|
void |
setMsgContent(String MsgContent)
Set 消息。
|
void |
setRoomId(Long RoomId)
Set 房间ID。
|
void |
setSdkAppId(Long SdkAppId)
Set 低代码互动课堂的SdkAppId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SendRoomNotificationMessageRequest()
public SendRoomNotificationMessageRequest(SendRoomNotificationMessageRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 低代码互动课堂的SdkAppId。public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间ID。public String getMsgContent()
public void setMsgContent(String MsgContent)
MsgContent
- 消息。Copyright © 2024. All rights reserved.