Class CreateSecurityIPGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.CreateSecurityIPGroupRequest
-
public class CreateSecurityIPGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateSecurityIPGroupRequest()CreateSecurityIPGroupRequest(CreateSecurityIPGroupRequest 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 IPGroupgetIPGroup()Get IP 组信息。StringgetZoneId()Get 站点 Id。voidsetIPGroup(IPGroup IPGroup)Set IP 组信息。voidsetZoneId(String ZoneId)Set 站点 Id。voidtoMap(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
-
CreateSecurityIPGroupRequest
public CreateSecurityIPGroupRequest()
-
CreateSecurityIPGroupRequest
public CreateSecurityIPGroupRequest(CreateSecurityIPGroupRequest 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
-
getZoneId
public String getZoneId()
Get 站点 Id。- Returns:
- ZoneId 站点 Id。
-
setZoneId
public void setZoneId(String ZoneId)
Set 站点 Id。- Parameters:
ZoneId- 站点 Id。
-
getIPGroup
public IPGroup getIPGroup()
Get IP 组信息。- Returns:
- IPGroup IP 组信息。
-
setIPGroup
public void setIPGroup(IPGroup IPGroup)
Set IP 组信息。- Parameters:
IPGroup- IP 组信息。
-
-