public class DescribeProjectSecurityGroupRequest extends AbstractModel
Constructor and Description |
---|
DescribeProjectSecurityGroupRequest() |
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 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 © 2020. All rights reserved.