public class DescribeVcubeResourcesListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVcubeResourcesListRequest() |
DescribeVcubeResourcesListRequest(DescribeVcubeResourcesListRequest 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 |
getAppName()
Get 应用名称,模块查询
|
Long |
getPageNumber()
Get 查询资源页码
|
Long |
getPageSize()
Get 每页的数据量
|
String |
getPlatform()
Get 查询资源所属平台,web、mobile
|
String |
getResourceId()
Get 资源Id,资源包id或者license资源id
|
String |
getWord()
Get 资源Id、应用名称、包名
|
void |
setAppName(String AppName)
Set 应用名称,模块查询
|
void |
setPageNumber(Long PageNumber)
Set 查询资源页码
|
void |
setPageSize(Long PageSize)
Set 每页的数据量
|
void |
setPlatform(String Platform)
Set 查询资源所属平台,web、mobile
|
void |
setResourceId(String ResourceId)
Set 资源Id,资源包id或者license资源id
|
void |
setWord(String Word)
Set 资源Id、应用名称、包名
|
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 DescribeVcubeResourcesListRequest()
public DescribeVcubeResourcesListRequest(DescribeVcubeResourcesListRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 查询资源页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页的数据量public String getAppName()
public void setAppName(String AppName)
AppName
- 应用名称,模块查询public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源Id,资源包id或者license资源idpublic String getWord()
public void setWord(String Word)
Word
- 资源Id、应用名称、包名public String getPlatform()
public void setPlatform(String Platform)
Platform
- 查询资源所属平台,web、mobileCopyright © 2025. All rights reserved.