public class DescribeProjectSecurityGroupRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getProjectId()
Get 0:默认项目;-1 所有项目; >0: 特定项目
|
String |
getSecurityGroupId()
Get 安全组Id
|
void |
setProjectId(Long ProjectId)
Set 0:默认项目;-1 所有项目; >0: 特定项目
|
void |
setSecurityGroupId(String SecurityGroupId)
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 DescribeProjectSecurityGroupRequest()
public DescribeProjectSecurityGroupRequest(DescribeProjectSecurityGroupRequest source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 0:默认项目;-1 所有项目; >0: 特定项目public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- 安全组IdCopyright © 2022. All rights reserved.