public class DescribeAppsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAppsRequest() |
DescribeAppsRequest(DescribeAppsRequest 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[] |
getAppIds()
Get 应用id
|
String |
getChannel()
Get 来源类型
|
String |
getEnvId()
Get 环境id
|
Boolean |
getFavorite()
Get 应用是否收藏
|
String |
getKeyword()
Get 搜索关键词
|
Long |
getLimit()
Get 分页每页个数
|
Long |
getOffset()
Get 分页Offset
|
Long |
getType()
Get 1-自定义应用;2-模型应用
|
void |
setAppIds(String[] AppIds)
Set 应用id
|
void |
setChannel(String Channel)
Set 来源类型
|
void |
setEnvId(String EnvId)
Set 环境id
|
void |
setFavorite(Boolean Favorite)
Set 应用是否收藏
|
void |
setKeyword(String Keyword)
Set 搜索关键词
|
void |
setLimit(Long Limit)
Set 分页每页个数
|
void |
setOffset(Long Offset)
Set 分页Offset
|
void |
setType(Long Type)
Set 1-自定义应用;2-模型应用
|
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, toJsonString
public DescribeAppsRequest()
public DescribeAppsRequest(DescribeAppsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页每页个数public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页Offsetpublic String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 环境idpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 搜索关键词public String[] getAppIds()
public void setAppIds(String[] AppIds)
AppIds
- 应用idpublic String getChannel()
public void setChannel(String Channel)
Channel
- 来源类型public Long getType()
public void setType(Long Type)
Type
- 1-自定义应用;2-模型应用public Boolean getFavorite()
public void setFavorite(Boolean Favorite)
Favorite
- 应用是否收藏Copyright © 2025. All rights reserved.