Class DescribeProjectSecurityGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.DescribeProjectSecurityGroupRequest
-
public class DescribeProjectSecurityGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeProjectSecurityGroupRequest()
DescribeProjectSecurityGroupRequest(DescribeProjectSecurityGroupRequest 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 Long
getProjectId()
Get 0:默认项目;-1 所有项目; >0: 特定项目String
getSecurityGroupId()
Get 安全组Idvoid
setProjectId(Long ProjectId)
Set 0:默认项目;-1 所有项目; >0: 特定项目void
setSecurityGroupId(String SecurityGroupId)
Set 安全组Idvoid
toMap(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
-
DescribeProjectSecurityGroupRequest
public DescribeProjectSecurityGroupRequest()
-
DescribeProjectSecurityGroupRequest
public DescribeProjectSecurityGroupRequest(DescribeProjectSecurityGroupRequest 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 0:默认项目;-1 所有项目; >0: 特定项目- Returns:
- ProjectId 0:默认项目;-1 所有项目; >0: 特定项目
-
setProjectId
public void setProjectId(Long ProjectId)
Set 0:默认项目;-1 所有项目; >0: 特定项目- Parameters:
ProjectId
- 0:默认项目;-1 所有项目; >0: 特定项目
-
getSecurityGroupId
public String getSecurityGroupId()
Get 安全组Id- Returns:
- SecurityGroupId 安全组Id
-
setSecurityGroupId
public void setSecurityGroupId(String SecurityGroupId)
Set 安全组Id- Parameters:
SecurityGroupId
- 安全组Id
-
-