Class UnbindDocumentFromRoomRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.UnbindDocumentFromRoomRequest
-
public class UnbindDocumentFromRoomRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UnbindDocumentFromRoomRequest()UnbindDocumentFromRoomRequest(UnbindDocumentFromRoomRequest 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 StringgetDocumentId()Get 文档ID。LonggetRoomId()Get 房间ID。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
-
UnbindDocumentFromRoomRequest
public UnbindDocumentFromRoomRequest()
-
UnbindDocumentFromRoomRequest
public UnbindDocumentFromRoomRequest(UnbindDocumentFromRoomRequest 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。
-
-