public class BatchDescribeDocumentRequest extends AbstractModel
Constructor and Description |
---|
BatchDescribeDocumentRequest() |
BatchDescribeDocumentRequest(BatchDescribeDocumentRequest 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 The courseware IDs.
|
String |
getKeyword()
Get The filename keyword.
|
Long |
getLimit()
Get The maximum number of records per page.
|
String |
getOwner()
Get The user ID of the courseware owner.
|
Long |
getPage()
Get The page to return records from.
|
Long[] |
getPermission()
Get The courseware access.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
void |
setDocumentId(String[] DocumentId)
Set The courseware IDs.
|
void |
setKeyword(String Keyword)
Set The filename keyword.
|
void |
setLimit(Long Limit)
Set The maximum number of records per page.
|
void |
setOwner(String Owner)
Set The user ID of the courseware owner.
|
void |
setPage(Long Page)
Set The page to return records from.
|
void |
setPermission(Long[] Permission)
Set The courseware access.
|
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, toJsonString
public BatchDescribeDocumentRequest()
public BatchDescribeDocumentRequest(BatchDescribeDocumentRequest source)
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.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of records per page. The value of this parameter cannot exceed `1000`.public Long[] getPermission()
public void setPermission(Long[] Permission)
Permission
- The courseware access. [0]: The private courseware of the specified user (`Owner`) will be returned; [1]: The public courseware of the specified user will be returned; [0,1]: Both the private and public courseware of the specified user will be returned; [2]: The private courseware of the specified user and the public courseware of all users (including `Owner`) will be returned.public String getOwner()
public void setOwner(String Owner)
Owner
- The user ID of the courseware owner. If you do not specify this, the information of all courseware under the application will be returned.public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- The filename keyword.public String[] getDocumentId()
public void setDocumentId(String[] DocumentId)
DocumentId
- The courseware IDs. Non-existent IDs will be ignored.Copyright © 2023. All rights reserved.