public class ForbidSendMsgRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ForbidSendMsgRequest() |
ForbidSendMsgRequest(ForbidSendMsgRequest 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[] |
getMembersAccount()
Get 需要禁言的用户账号,最多支持500个账号
|
Long |
getMuteTime()
Get 需禁言时间,单位为秒,为0时表示取消禁言,4294967295为永久禁言。
|
Long |
getRoomId()
Get 房间ID。
|
Long |
getSdkAppId()
Get 低代码互动课堂的SdkAppId。
|
void |
setMembersAccount(String[] MembersAccount)
Set 需要禁言的用户账号,最多支持500个账号
|
void |
setMuteTime(Long MuteTime)
Set 需禁言时间,单位为秒,为0时表示取消禁言,4294967295为永久禁言。
|
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 ForbidSendMsgRequest()
public ForbidSendMsgRequest(ForbidSendMsgRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 低代码互动课堂的SdkAppId。public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间ID。public String[] getMembersAccount()
public void setMembersAccount(String[] MembersAccount)
MembersAccount
- 需要禁言的用户账号,最多支持500个账号public Long getMuteTime()
public void setMuteTime(Long MuteTime)
MuteTime
- 需禁言时间,单位为秒,为0时表示取消禁言,4294967295为永久禁言。Copyright © 2024. All rights reserved.