Class DeleteRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.DeleteRulesRequest
-
public class DeleteRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteRulesRequest()DeleteRulesRequest(DeleteRulesRequest 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[]getRuleIds()Get 指定删除的规则 ID 列表。StringgetZoneId()Get 站点 ID。voidsetRuleIds(String[] RuleIds)Set 指定删除的规则 ID 列表。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
-
DeleteRulesRequest
public DeleteRulesRequest()
-
DeleteRulesRequest
public DeleteRulesRequest(DeleteRulesRequest 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。
-
getRuleIds
public String[] getRuleIds()
Get 指定删除的规则 ID 列表。- Returns:
- RuleIds 指定删除的规则 ID 列表。
-
setRuleIds
public void setRuleIds(String[] RuleIds)
Set 指定删除的规则 ID 列表。- Parameters:
RuleIds- 指定删除的规则 ID 列表。
-
-