public class ListSharedKnowledgeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListSharedKnowledgeRequest() | 
| ListSharedKnowledgeRequest(ListSharedKnowledgeRequest 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 | getKeyword()Get 搜索关键字 | 
| Long[] | getKnowledgeTypes()Get 共享知识库类型,0普通,1公众号 | 
| Long | getPageNumber()Get 分页序号,编码从1开始 | 
| Long | getPageSize()Get 分页大小,有效范围为[1,200] | 
| void | setKeyword(String Keyword)Set 搜索关键字 | 
| void | setKnowledgeTypes(Long[] KnowledgeTypes)Set 共享知识库类型,0普通,1公众号 | 
| void | setPageNumber(Long PageNumber)Set 分页序号,编码从1开始 | 
| void | setPageSize(Long PageSize)Set 分页大小,有效范围为[1,200] | 
| 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 ListSharedKnowledgeRequest()
public ListSharedKnowledgeRequest(ListSharedKnowledgeRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 分页序号,编码从1开始public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页大小,有效范围为[1,200]public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 搜索关键字public Long[] getKnowledgeTypes()
public void setKnowledgeTypes(Long[] KnowledgeTypes)
KnowledgeTypes - 共享知识库类型,0普通,1公众号Copyright © 2025. All rights reserved.