public class DescribeSecurityIPGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecurityIPGroupRequest() |
DescribeSecurityIPGroupRequest(DescribeSecurityIPGroupRequest 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[] |
getGroupIds()
Get Specifies the ID of a security IP group.
|
String |
getZoneId()
Get Site ID, used to specify the scope of the queried site.
|
void |
setGroupIds(Long[] GroupIds)
Set Specifies the ID of a security IP group.
|
void |
setZoneId(String ZoneId)
Set Site ID, used to specify the scope of the queried site.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSecurityIPGroupRequest()
public DescribeSecurityIPGroupRequest(DescribeSecurityIPGroupRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Site ID, used to specify the scope of the queried site.public Long[] getGroupIds()
public void setGroupIds(Long[] GroupIds)
GroupIds
- Specifies the ID of a security IP group.
Copyright © 2024. All rights reserved.