Class DescribeProjectSecurityGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.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 限制量LonggetOffset()Get 偏移量LonggetProjectId()Get 项目IDStringgetSearchKey()Get 搜索关键字voidsetLimit(Long Limit)Set 限制量voidsetOffset(Long Offset)Set 偏移量voidsetProjectId(Long ProjectId)Set 项目IDvoidsetSearchKey(String SearchKey)Set 搜索关键字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
-
getProjectId
public Long getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(Long ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getLimit
public Long getLimit()
Get 限制量- Returns:
- Limit 限制量
-
setLimit
public void setLimit(Long Limit)
Set 限制量- Parameters:
Limit- 限制量
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getSearchKey
public String getSearchKey()
Get 搜索关键字- Returns:
- SearchKey 搜索关键字
-
setSearchKey
public void setSearchKey(String SearchKey)
Set 搜索关键字- Parameters:
SearchKey- 搜索关键字
-
-