Class DeleteCfsRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.DeleteCfsRuleRequest
-
public class DeleteCfsRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteCfsRuleRequest()DeleteCfsRuleRequest(DeleteCfsRuleRequest 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 StringgetPGroupId()Get 权限组 IDStringgetRuleId()Get 规则 IDvoidsetPGroupId(String PGroupId)Set 权限组 IDvoidsetRuleId(String RuleId)Set 规则 IDvoidtoMap(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
-
DeleteCfsRuleRequest
public DeleteCfsRuleRequest()
-
DeleteCfsRuleRequest
public DeleteCfsRuleRequest(DeleteCfsRuleRequest 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
-
getPGroupId
public String getPGroupId()
Get 权限组 ID- Returns:
- PGroupId 权限组 ID
-
setPGroupId
public void setPGroupId(String PGroupId)
Set 权限组 ID- Parameters:
PGroupId- 权限组 ID
-
getRuleId
public String getRuleId()
Get 规则 ID- Returns:
- RuleId 规则 ID
-
setRuleId
public void setRuleId(String RuleId)
Set 规则 ID- Parameters:
RuleId- 规则 ID
-
-