Class DeleteRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.DeleteRuleRequest
-
public class DeleteRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteRuleRequest()
DeleteRuleRequest(DeleteRuleRequest 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
getProjectId()
Get 项目IDLong
getRuleId()
Get 质量规则IDvoid
setProjectId(String ProjectId)
Set 项目IDvoid
setRuleId(Long RuleId)
Set 质量规则IDvoid
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
-
DeleteRuleRequest
public DeleteRuleRequest()
-
DeleteRuleRequest
public DeleteRuleRequest(DeleteRuleRequest 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
-
getRuleId
public Long getRuleId()
Get 质量规则ID- Returns:
- RuleId 质量规则ID
-
setRuleId
public void setRuleId(Long RuleId)
Set 质量规则ID- Parameters:
RuleId
- 质量规则ID
-
getProjectId
public String getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID- Parameters:
ProjectId
- 项目ID
-
-