public class SearchKBComponentRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SearchKBComponentRequest() | 
| SearchKBComponentRequest(SearchKBComponentRequest 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 | getPageNumber()Get 分页参数,从 0 开始 | 
| Long | getPageSize()Get 分页参数,设置每页返回的结果数量 | 
| String | getProtocol()Get 需要搜索的组件类型 | 
| String | getQuery()Get 需要搜索的组件名 | 
| void | setPageNumber(Long PageNumber)Set 分页参数,从 0 开始 | 
| void | setPageSize(Long PageSize)Set 分页参数,设置每页返回的结果数量 | 
| void | setProtocol(String Protocol)Set 需要搜索的组件类型 | 
| void | setQuery(String Query)Set 需要搜索的组件名 | 
| 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 SearchKBComponentRequest()
public SearchKBComponentRequest(SearchKBComponentRequest source)
public String getQuery()
public void setQuery(String Query)
Query - 需要搜索的组件名public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 需要搜索的组件类型public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 分页参数,从 0 开始public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页参数,设置每页返回的结果数量Copyright © 2025. All rights reserved.