public class DescribeProjectSecurityGroupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeProjectSecurityGroupsRequest() |
DescribeProjectSecurityGroupsRequest(DescribeProjectSecurityGroupsRequest 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 |
---|---|
Long |
getLimit()
Get 拉取数量限制。
|
Long |
getOffset()
Get 偏移量。
|
String |
getProduct()
Get 数据库引擎名称:mariadb,cdb,cynosdb,dcdb,redis,mongodb
|
Long |
getProjectId()
Get 项目Id。
|
String |
getSearchKey()
Get 搜索条件,支持安全组id或者安全组名称。
|
void |
setLimit(Long Limit)
Set 拉取数量限制。
|
void |
setOffset(Long Offset)
Set 偏移量。
|
void |
setProduct(String Product)
Set 数据库引擎名称:mariadb,cdb,cynosdb,dcdb,redis,mongodb
|
void |
setProjectId(Long ProjectId)
Set 项目Id。
|
void |
setSearchKey(String SearchKey)
Set 搜索条件,支持安全组id或者安全组名称。
|
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 DescribeProjectSecurityGroupsRequest()
public DescribeProjectSecurityGroupsRequest(DescribeProjectSecurityGroupsRequest source)
public String getProduct()
public void setProduct(String Product)
Product
- 数据库引擎名称:mariadb,cdb,cynosdb,dcdb,redis,mongodbpublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目Id。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 拉取数量限制。public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 搜索条件,支持安全组id或者安全组名称。Copyright © 2021. All rights reserved.