public class GetProjectListRequest extends AbstractModel
Constructor and Description |
---|
GetProjectListRequest() |
GetProjectListRequest(GetProjectListRequest 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[] |
getIncludes()
Get 加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选
|
String |
getInstanceId()
Get 实例ID
|
Long |
getLimit()
Get 个数限制
|
Long |
getOffset()
Get 偏移量
|
String |
getProductId()
Get 按产品ID搜索
|
String |
getProjectId()
Get 按项目ID搜索
|
String |
getProjectName()
Get 按项目名称搜索
|
void |
setIncludes(String[] Includes)
Set 加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setLimit(Long Limit)
Set 个数限制
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setProductId(String ProductId)
Set 按产品ID搜索
|
void |
setProjectId(String ProjectId)
Set 按项目ID搜索
|
void |
setProjectName(String ProjectName)
Set 按项目名称搜索
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetProjectListRequest()
public GetProjectListRequest(GetProjectListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 个数限制public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 按项目ID搜索public String getProductId()
public void setProductId(String ProductId)
ProductId
- 按产品ID搜索public String[] getIncludes()
public void setIncludes(String[] Includes)
Includes
- 加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- 按项目名称搜索Copyright © 2023. All rights reserved.