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: default project; -1: all projects; >0: specified project
|
String |
getSecurityGroupId()
Get Security group ID
|
void |
setProjectId(Long ProjectId)
Set 0: default project; -1: all projects; >0: specified project
|
void |
setSecurityGroupId(String SecurityGroupId)
Set Security group 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: default project; -1: all projects; >0: specified projectpublic String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- Security group IDCopyright © 2023. All rights reserved.