Class BindDocumentToRoomRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.BindDocumentToRoomRequest
-
public class BindDocumentToRoomRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBindType()Get 绑定类型。后台可透传到客户端,默认为0。客户端可以根据这个字段实现业务逻辑。StringgetDocumentId()Get 文档ID。LonggetRoomId()Get 房间ID。voidsetBindType(Long BindType)Set 绑定类型。后台可透传到客户端,默认为0。客户端可以根据这个字段实现业务逻辑。voidsetDocumentId(String DocumentId)Set 文档ID。voidsetRoomId(Long RoomId)Set 房间ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BindDocumentToRoomRequest
public BindDocumentToRoomRequest()
-
BindDocumentToRoomRequest
public 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.
-
-
Method Detail
-
getRoomId
public Long getRoomId()
Get 房间ID。- Returns:
- RoomId 房间ID。
-
setRoomId
public void setRoomId(Long RoomId)
Set 房间ID。- Parameters:
RoomId- 房间ID。
-
getDocumentId
public String getDocumentId()
Get 文档ID。- Returns:
- DocumentId 文档ID。
-
setDocumentId
public void setDocumentId(String DocumentId)
Set 文档ID。- Parameters:
DocumentId- 文档ID。
-
getBindType
public Long getBindType()
Get 绑定类型。后台可透传到客户端,默认为0。客户端可以根据这个字段实现业务逻辑。- Returns:
- BindType 绑定类型。后台可透传到客户端,默认为0。客户端可以根据这个字段实现业务逻辑。
-
setBindType
public void setBindType(Long BindType)
Set 绑定类型。后台可透传到客户端,默认为0。客户端可以根据这个字段实现业务逻辑。- Parameters:
BindType- 绑定类型。后台可透传到客户端,默认为0。客户端可以根据这个字段实现业务逻辑。
-
-