public class UnbindDocumentFromRoomRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDocumentId()Get 文档ID。 | 
| Long | getRoomId()Get 房间ID。 | 
| 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, toJsonStringpublic UnbindDocumentFromRoomRequest()
public UnbindDocumentFromRoomRequest(UnbindDocumentFromRoomRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - 房间ID。public String getDocumentId()
public void setDocumentId(String DocumentId)
DocumentId - 文档ID。Copyright © 2025. All rights reserved.