Class DeleteNetworkFirewallPolicyDetailRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DeleteNetworkFirewallPolicyDetailRequest
-
public class DeleteNetworkFirewallPolicyDetailRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteNetworkFirewallPolicyDetailRequest()
DeleteNetworkFirewallPolicyDetailRequest(DeleteNetworkFirewallPolicyDetailRequest 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 String
getClusterId()
Get 集群IdLong[]
getId()
Get 策略Id数组void
setClusterId(String ClusterId)
Set 集群Idvoid
setId(Long[] Id)
Set 策略Id数组void
toMap(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
-
DeleteNetworkFirewallPolicyDetailRequest
public DeleteNetworkFirewallPolicyDetailRequest()
-
DeleteNetworkFirewallPolicyDetailRequest
public DeleteNetworkFirewallPolicyDetailRequest(DeleteNetworkFirewallPolicyDetailRequest 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
-
getClusterId
public String getClusterId()
Get 集群Id- Returns:
- ClusterId 集群Id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群Id- Parameters:
ClusterId
- 集群Id
-
getId
public Long[] getId()
Get 策略Id数组- Returns:
- Id 策略Id数组
-
setId
public void setId(Long[] Id)
Set 策略Id数组- Parameters:
Id
- 策略Id数组
-
-