public class BindDocumentToRoomRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BindDocumentToRoomRequest() |
BindDocumentToRoomRequest(BindDocumentToRoomRequest 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 |
---|---|
Long |
getBindType()
Get 绑定类型。后台可透传到客户端,默认为0。除以下例值外支持自定义该字段,并在前端实现相应业务逻辑,示例参考:
示例值:0,仅绑定课件到房间
示例值:1,绑定课件到房间后,默认展示课件
|
String |
getDocumentId()
Get 文档ID。
|
Long |
getRoomId()
Get 房间ID。
|
void |
setBindType(Long BindType)
Set 绑定类型。后台可透传到客户端,默认为0。除以下例值外支持自定义该字段,并在前端实现相应业务逻辑,示例参考:
示例值:0,仅绑定课件到房间
示例值:1,绑定课件到房间后,默认展示课件
|
void |
setDocumentId(String DocumentId)
Set 文档ID。
|
void |
setRoomId(Long RoomId)
Set 房间ID。
|
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 BindDocumentToRoomRequest()
public BindDocumentToRoomRequest(BindDocumentToRoomRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间ID。public String getDocumentId()
public void setDocumentId(String DocumentId)
DocumentId
- 文档ID。public Long getBindType()
public void setBindType(Long BindType)
BindType
- 绑定类型。后台可透传到客户端,默认为0。除以下例值外支持自定义该字段,并在前端实现相应业务逻辑,示例参考:
示例值:0,仅绑定课件到房间
示例值:1,绑定课件到房间后,默认展示课件Copyright © 2025. All rights reserved.