public class DescribeDocumentsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDocumentsRequest() |
DescribeDocumentsRequest(DescribeDocumentsRequest 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 |
getSchoolId()
Get The school ID.
|
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 |
setSchoolId(Long SchoolId)
Set The school ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDocumentsRequest()
public DescribeDocumentsRequest(DescribeDocumentsRequest source)
public Long getSchoolId()
public void setSchoolId(Long SchoolId)
SchoolId
- The school ID.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 parameter, all courseware under the school ID 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 © 2024. All rights reserved.