public class ListAppRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ListAppRequest() |
ListAppRequest(ListAppRequest 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 |
getAppType()
Get 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取
|
String |
getKeyword()
Get 关键词:应用/修改人
|
String |
getLoginSubAccountUin()
Get 登录用户子账号(集成商模式必填)
|
Long |
getPageNumber()
Get 页码,整型
|
Long |
getPageSize()
Get 每页数目,整型
|
void |
setAppType(String AppType)
Set 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取
|
void |
setKeyword(String Keyword)
Set 关键词:应用/修改人
|
void |
setLoginSubAccountUin(String LoginSubAccountUin)
Set 登录用户子账号(集成商模式必填)
|
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.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListAppRequest()
public ListAppRequest(ListAppRequest source)
public String getAppType()
public void setAppType(String AppType)
AppType - 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页数目,整型public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 页码,整型public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 关键词:应用/修改人public String getLoginSubAccountUin()
public void setLoginSubAccountUin(String LoginSubAccountUin)
LoginSubAccountUin - 登录用户子账号(集成商模式必填)Copyright © 2024. All rights reserved.