public class ListAppKnowledgeDetailRequest
extends com.tencentcloudapi.common.AbstractModel
| Constructor and Description |
|---|
ListAppKnowledgeDetailRequest() |
ListAppKnowledgeDetailRequest(ListAppKnowledgeDetailRequest 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[] |
getAppBizIds()
Get 应用ID列表
|
Long |
getPageNumber()
Get 页码
|
Long |
getPageSize()
Get 页面大小
|
void |
setAppBizIds(String[] AppBizIds)
Set 应用ID列表
|
void |
setPageNumber(Long PageNumber)
Set 页码
|
void |
setPageSize(Long PageSize)
Set 页面大小
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
public ListAppKnowledgeDetailRequest()
public ListAppKnowledgeDetailRequest(ListAppKnowledgeDetailRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 页面大小public String[] getAppBizIds()
public void setAppBizIds(String[] AppBizIds)
AppBizIds - 应用ID列表Copyright © 2025. All rights reserved.