public class DescribeDocumentsByRoomRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDocumentsByRoomRequest() | 
| DescribeDocumentsByRoomRequest(DescribeDocumentsByRoomRequest 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 | getLimit()Get The maximum number of records to return per page. | 
| String | getOwner()Get The user ID of the document owner. | 
| Long | getPage()Get The page to return records from. | 
| Long[] | getPermission()Get The document access type. | 
| Long | getRoomId()Get The room ID. | 
| Long | getSdkAppId()Get The SDKAppID assigned by LCIC. | 
| void | setLimit(Long Limit)Set The maximum number of records to return per page. | 
| void | setOwner(String Owner)Set The user ID of the document owner. | 
| void | setPage(Long Page)Set The page to return records from. | 
| void | setPermission(Long[] Permission)Set The document access type. | 
| void | setRoomId(Long RoomId)Set The room ID. | 
| void | setSdkAppId(Long SdkAppId)Set The SDKAppID assigned by LCIC. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeDocumentsByRoomRequest()
public DescribeDocumentsByRoomRequest(DescribeDocumentsByRoomRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - The room ID.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The SDKAppID assigned by LCIC.public Long getPage()
public void setPage(Long Page)
Page - The page to return records from. Pagination starts from 1, which is also the default value of this parameter.public Long getLimit()
public void setLimit(Long Limit)
Limit - The maximum number of records to return per page. The maximum value can be 1000. The default value is 100.public Long[] getPermission()
public void setPermission(Long[] Permission)
Permission - The document access type. [0]: The private documents of the owner. [1]: The public documents of the owner. [0,1]: The private and public documents of the owner. [2]: The private and public documents of all users (including the owner). Default value: [2].public String getOwner()
public void setOwner(String Owner)
Owner - The user ID of the document owner. If you do not specify this, the information of all documents under the application will be returned.Copyright © 2023. All rights reserved.