Class DescribeProjectSecurityGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.DescribeProjectSecurityGroupsRequest
-
public class DescribeProjectSecurityGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLimit()Get 拉取数量限制,默认 20。LonggetOffset()Get 偏移量,取值为Limit的整数倍。StringgetProduct()Get 数据库引擎名称,本接口取值:redis。LonggetProjectId()Get 项目 ID。StringgetSearchKey()Get 搜索条件,支持安全组 ID 或者安全组名称。voidsetLimit(Long Limit)Set 拉取数量限制,默认 20。voidsetOffset(Long Offset)Set 偏移量,取值为Limit的整数倍。voidsetProduct(String Product)Set 数据库引擎名称,本接口取值:redis。voidsetProjectId(Long ProjectId)Set 项目 ID。voidsetSearchKey(String SearchKey)Set 搜索条件,支持安全组 ID 或者安全组名称。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeProjectSecurityGroupsRequest
public DescribeProjectSecurityGroupsRequest()
-
DescribeProjectSecurityGroupsRequest
public 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.
-
-
Method Detail
-
getProduct
public String getProduct()
Get 数据库引擎名称,本接口取值:redis。- Returns:
- Product 数据库引擎名称,本接口取值:redis。
-
setProduct
public void setProduct(String Product)
Set 数据库引擎名称,本接口取值:redis。- Parameters:
Product- 数据库引擎名称,本接口取值:redis。
-
getProjectId
public Long getProjectId()
Get 项目 ID。- Returns:
- ProjectId 项目 ID。
-
setProjectId
public void setProjectId(Long ProjectId)
Set 项目 ID。- Parameters:
ProjectId- 项目 ID。
-
getOffset
public Long getOffset()
Get 偏移量,取值为Limit的整数倍。- Returns:
- Offset 偏移量,取值为Limit的整数倍。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,取值为Limit的整数倍。- Parameters:
Offset- 偏移量,取值为Limit的整数倍。
-
getLimit
public Long getLimit()
Get 拉取数量限制,默认 20。- Returns:
- Limit 拉取数量限制,默认 20。
-
setLimit
public void setLimit(Long Limit)
Set 拉取数量限制,默认 20。- Parameters:
Limit- 拉取数量限制,默认 20。
-
getSearchKey
public String getSearchKey()
Get 搜索条件,支持安全组 ID 或者安全组名称。- Returns:
- SearchKey 搜索条件,支持安全组 ID 或者安全组名称。
-
setSearchKey
public void setSearchKey(String SearchKey)
Set 搜索条件,支持安全组 ID 或者安全组名称。- Parameters:
SearchKey- 搜索条件,支持安全组 ID 或者安全组名称。
-
-